Skip to content

Commit

Permalink
fix(docker): use uppercase format for x-frame-options header value (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dlouzan authored Oct 4, 2023
1 parent 5de6b78 commit 738f8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
gzip_vary on;
gzip_types text/plain text/css application/javascript;

add_header X-Frame-Options deny;
add_header X-Frame-Options DENY;
server_tokens off; # Hide Nginx version

server {
Expand Down

0 comments on commit 738f8b2

Please sign in to comment.