Skip to content
Snippets Groups Projects
Commit ae5e8b00 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Remove SAMEORIGIN header

parent 42331c8b
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,6 @@ http { ...@@ -16,7 +16,6 @@ http {
# Add headers to serve security related headers # Add headers to serve security related headers
add_header X-Content-Type-Options nosniff; add_header X-Content-Type-Options nosniff;
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block"; add_header X-XSS-Protection "1; mode=block";
add_header X-Robots-Tag none; add_header X-Robots-Tag none;
add_header X-Download-Options noopen; add_header X-Download-Options noopen;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment