change X-Frame-Options to SAMEORIGIN

needed to allow sidekiq to load on background jobs tab
This commit is contained in:
Ben Bodenmiller 2014-08-20 13:31:15 -07:00
parent 30ea264b3b
commit a3953a46f4
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ server {
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
add_header Strict-Transport-Security max-age=63072000; 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; add_header X-Content-Type-Options nosniff;
## Individual nginx logs for this GitLab vhost ## Individual nginx logs for this GitLab vhost