nextcloud/settings/js
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 fix user loading 2015-02-04 17:19:11 +01:00
admin.js Let users configure security headers in their Webserver 2015-03-02 19:07:46 +01:00
apps.js Added unit test for app filter 2015-02-23 15:29:25 +01:00
log.js add Download logfile button to admin settings 2015-01-07 14:55:53 +01:00
old-apps.js introduce new app page layout 2014-10-15 15:21:40 +02:00
personal.js Merge pull request #10599 from owncloud/move_passwordchange_text 2015-02-24 11:54:17 +01:00
settings.js Fix group select autocomplete 2015-01-06 15:48:15 +01:00