Skip to content

Commit

Permalink
fix: add missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
EsadCetiner authored Nov 27, 2024
1 parent 0e10309 commit fdad936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,9 @@ http
##

more_set_headers "X-XSS-Protection : 0"; # Disable insecure XSS auditor on old browsers see: https://portswigger.net/research/abusing-chromes-xss-auditor-to-steal-tokens
more_set_headers "X-Content-Type-Options : nosniff" # Don't guess mime type to avoid XSS CIS NGINX 5.3.2 v2.1.0
more_set_headers "X-Content-Type-Options : nosniff"; # Don't guess mime type to avoid XSS CIS NGINX 5.3.2 v2.1.0
more_set_headers "X-Download-Options : noopen";
more_set_headers "X-Permitted-Cross-Domain-Policies : none"
more_set_headers "X-Permitted-Cross-Domain-Policies : none";

##
# Logging Settings
Expand Down

0 comments on commit fdad936

Please sign in to comment.