Skip to content
  • Lukas Reschke's avatar
    Let users configure security headers in their Webserver · bbd5f284
    Lukas Reschke authored
    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.
    bbd5f284