Commit 2556e3fb authored by Joshua Tauberer's avatar Joshua Tauberer

HSTS header does not belong here, will result in multiple headers

parent 00898b2f
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
add_header X-Frame-Options "DENY"; add_header X-Frame-Options "DENY";
add_header X-Content-Type-Options nosniff; add_header X-Content-Type-Options nosniff;
add_header Content-Security-Policy "frame-ancestors 'none';"; add_header Content-Security-Policy "frame-ancestors 'none';";
add_header Strict-Transport-Security max-age=31536000;
} }
# Nextcloud configuration. # Nextcloud configuration.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment