diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-07-01 18:40:17 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-08-11 20:11:49 +0200 |
commit | 76cbd7db6e69340cb53b8333f129373f3044bdc3 (patch) | |
tree | ed99ac51fb81b75f657aa56e21c8fe08f0e531ea /.htaccess | |
parent | 11cf253f52ec9a133d8d22802c9070aabf7cfa4c (diff) | |
download | nextcloud-server-76cbd7db6e69340cb53b8333f129373f3044bdc3.tar.gz nextcloud-server-76cbd7db6e69340cb53b8333f129373f3044bdc3.zip |
Add X-Frame-Options header to .htaccess
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess index cc2e0c95eb1..ba9ec86081a 100644 --- a/.htaccess +++ b/.htaccess @@ -17,6 +17,7 @@ Header set X-Download-Options "noopen" Header set X-Permitted-Cross-Domain-Policies "none" Header set Referrer-Policy "no-referrer" + Header set X-Frame-Options "SAMEORIGIN" SetEnv modHeadersAvailable true </IfModule> |