You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (Jira)" <ji...@apache.org> on 2019/11/20 15:28:00 UTC

[jira] [Resolved] (SYNCOPE-1513) Allow to customize security headers

     [ https://issues.apache.org/jira/browse/SYNCOPE-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Chicchiriccò resolved SYNCOPE-1513.
---------------------------------------------
    Resolution: Fixed

> Allow to customize security headers
> -----------------------------------
>
>                 Key: SYNCOPE-1513
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1513
>             Project: Syncope
>          Issue Type: Improvement
>          Components: console
>            Reporter: Francesco Chicchiriccò
>            Assignee: Francesco Chicchiriccò
>            Priority: Major
>             Fix For: 2.1.6, 3.0.0
>
>
> At the moment the following security headers are statically set by {{SyncopeConsoleApplication}}:
> {code}
>                     response.setHeader("X-XSS-Protection", "1; mode=block");
>                     response.setHeader("X-Content-Type-Options", "nosniff");
>                     response.setHeader("X-Frame-Options", "sameorigin");
> {code}
> Improve this by changing the code above to read security headers from {{console.properties}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)