Commit a3953a46 authored by Ben Bodenmiller's avatar Ben Bodenmiller

change X-Frame-Options to SAMEORIGIN

needed to allow sidekiq to load on background jobs tab
parent 30ea264b
......@@ -81,7 +81,7 @@ server {
ssl_prefer_server_ciphers on;
add_header Strict-Transport-Security max-age=63072000;
add_header X-Frame-Options DENY;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
## Individual nginx logs for this GitLab vhost
......
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