[
https://issues.apache.org/jira/browse/SYNCOPE-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16978515#comment-16978515
]
ASF subversion and git services commented on SYNCOPE-1513:
----------------------------------------------------------
Commit 26e062ac6c276316f0ee1b7ec5e43440e517db9e in syncope's branch
refs/heads/master from Francesco Chicchiriccò
[ https://gitbox.apache.org/repos/asf?p=syncope.git;h=26e062a ]
[SYNCOPE-1513] Adding options to console.properties and
enduser.properties
> 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)