Table of Contents

Search

  1. Preface
  2. Introduction to Informatica MDM - Customer 360
  3. Before You Install
  4. Installing MDM - Customer 360
  5. After You Install
  6. Business Processes for Customer Management
  7. Customizing Customer 360
  8. Upgrading Customer 360
  9. Troubleshooting

Installation and Configuration Guide

Installation and Configuration Guide

Configuring Security Headers for the Portal

Configuring Security Headers for the Portal

If you want to enable all the security headers in the Customer Portal using the content security policy, add the
portal.security.httpHeaders.enabled
and
portal.security.httpHeaders.Content-Security-Policy
properties in the
cmxserver.properties
file. The content security policy is a layer of security that protects the portal from external attacks.
  1. Navigate to the following directory:
    <MDM installation directory>/hub/server/resources
  2. In a text editor, open the
    cmxserver.properties
    file.
  3. To enable security headers in the portal URL and configure the content security policy, add the following properties:
    Property
    Value
    portal.security.httpHeaders.enabled
    true
    portal.security.httpHeaders.Content-Security-Policy
    default-src 'self'; frame-ancestors 'self';script-src 'self'
    You can configure the
    portal.security.httpHeaders.Content-Security-Policy
    property only if you set the
    portal.security.httpHeaders.enabled
    property to true.
  4. Save the
    cmxserver.properties
    file.

0 COMMENTS

We’d like to hear from you!