nextcloud/settings/templates
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
..
users Mail address of users is now changable in the user management 2014-12-18 22:43:09 +01:00
admin.php Let users configure security headers in their Webserver 2015-03-02 19:07:46 +01:00
apps.php clarify link on apps management to the dev documentation 2015-02-26 15:02:39 +01:00
email.new_user.php Send mail for new users 2014-12-16 09:10:22 +01:00
email.new_user_plain_text.php Send mail for new users 2014-12-16 09:10:22 +01:00
help.php Add `rel="noreferrer"` where possible and switch to HTTPS 2015-02-04 16:25:37 +01:00
personal.php Merge pull request #10599 from owncloud/move_passwordchange_text 2015-02-24 11:54:17 +01:00
settings.development.notice.php Deduplicate template code and do not translate the links 2015-02-09 16:01:52 +01:00
settings.php [core] From echo to p 2013-02-27 22:55:39 +01:00