Uploaded image for project: 'Syncope'
  1. Syncope
  2. SYNCOPE-1513

Allow to customize security headers

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.1.6, 3.0.0-M0
    • console
    • None

    Description

      At the moment the following security headers are statically set by SyncopeConsoleApplication:

                          response.setHeader("X-XSS-Protection", "1; mode=block");
                          response.setHeader("X-Content-Type-Options", "nosniff");
                          response.setHeader("X-Frame-Options", "sameorigin");
      

      Improve this by changing the code above to read security headers from console.properties.

      Attachments

        Activity

          People

            ilgrosso Francesco Chicchiriccò
            ilgrosso Francesco Chicchiriccò
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: