Enable Cross-site Scripting Filter

The Cross-site Scripting (XSS) filter can be enabled by setting its property value to true in the securityConfiguration.xml file.

To enable Cross-site Scripting Filter:
  1. On the Application Server, locate: <Installation drive>:\InSightManager\server\all\conf\insight\securityConfiguration.xml
  2. Open this file in a text editor and locate the section:
    <property name="enableXssFilter" value="false"/>
  3. Change the value of enableXssFilter to true.
  4. Save and close the securityConfiguration.xml.
  5. Restart the Application Server.