To enable vulnerability mitigation

  1. In the $LASYSDIR directory, create a file names xssvalidator.properties.
  2. Put the following content in the file:
    xssvalidation.isenabled=true
    validators=ScriptTag,SQLInjection
  3. Save the file.