server/core
Lukas Reschke bbd5f28415 Let users configure security headers in their Webserver
Doing this in the PHP code is not the right approach for multiple reasons:

1. A bug in the PHP code prevents them from being added to the response.
2. They are only added when something is served via PHP and not in other cases (that makes for example the newest IE UXSS which is not yet patched by Microsoft exploitable on ownCloud)
3. Some headers such as the Strict-Transport-Security might require custom modifications by administrators. This was not possible before and lead to buggy situations.

This pull request moves those headers out of the PHP code and adds a security check to the admin settings performed via JS.
2015-03-02 19:07:46 +01:00
..
ajax Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
avatar Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
command Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
css Merge pull request #10599 from owncloud/move_passwordchange_text 2015-02-24 11:54:17 +01:00
doc fix difference between packaged version and master 2013-08-17 10:33:11 +02:00
fonts make text preview backend use imagettftext, fixes #8087 2014-06-10 17:29:40 +02:00
img replace outdated 'shared' people icon with regular share icon as fallback 2015-01-09 16:18:42 +01:00
js Let users configure security headers in their Webserver 2015-03-02 19:07:46 +01:00
l10n [tx-robot] updated from transifex 2015-03-02 01:55:00 -05:00
lostpassword Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
search Merge pull request #14530 from owncloud/revert-14403 2015-02-27 00:39:29 -08:00
setup Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
skeleton add a real examplefile instead of an .gitignore which is a bit stupid here 2013-10-04 10:21:33 +02:00
tags Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
templates Maintenance mode message might be misleading 2015-03-02 09:51:25 +01:00
user Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
vendor bower update for jquery.strengthify 0.4.1 2015-01-06 14:46:15 +01:00
application.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
register_command.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
routes.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00
strings.php Revert "Updating license headers" 2015-02-26 11:37:37 +01:00