Add HSTS to the control panel headers (#879)
This commit is contained in:
parent
8844a9185f
commit
4e3cfead46
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
add_header X-Frame-Options "DENY";
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header Content-Security-Policy "frame-ancestors 'none';";
|
||||
add_header Strict-Transport-Security max-age=31536000;
|
||||
}
|
||||
|
||||
# ownCloud configuration.
|
||||
|
|
Loading…
Reference in a new issue