change X-Frame-Options to SAMEORIGIN
needed to allow sidekiq to load on background jobs tab
This commit is contained in:
parent
30ea264b3b
commit
a3953a46f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue