Skip to content

Commit

Permalink
fix: remove strict ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveVodrazka committed Nov 18, 2024
1 parent 6e41505 commit 0d5f7af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ http {
add_header X-Frame-Options "DENY";
add_header Content-Security-Policy "frame-ancestors 'none';";

# Enforce HTTPS
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;

# Prevent MIME Type Sniffing
add_header X-Content-Type-Options "nosniff";

Expand Down

0 comments on commit 0d5f7af

Please sign in to comment.