Skip to content

Commit

Permalink
Add missing always to headers
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nemchik <[email protected]>
  • Loading branch information
nemchik committed Aug 12, 2023
1 parent f077f69 commit a400ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/defaults/nginx/ssl.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ ssl_prefer_server_ciphers off;

# Optional additional headers
#add_header Cache-Control "no-transform" always;
#add_header Content-Security-Policy "upgrade-insecure-requests; frame-ancestors 'self'";
#add_header Permissions-Policy "interest-cohort=()";
#add_header Content-Security-Policy "upgrade-insecure-requests; frame-ancestors 'self'" always;
#add_header Permissions-Policy "interest-cohort=()" always;
#add_header Referrer-Policy "same-origin" always;
#add_header X-Content-Type-Options "nosniff" always;
#add_header X-Frame-Options "SAMEORIGIN" always;
Expand Down

0 comments on commit a400ceb

Please sign in to comment.