Skip to content

Commit

Permalink
Wordpress 6.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 14, 2024
1 parent 29182ab commit a9a3682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ssl.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ proxy_hide_header X-Frame-Options;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
add_header X-Content-Type-Options "nosniff";
add_header X-XSS-Protection "1; mode=block";
add_header Content-Security-Policy "default-src https: 'unsafe-inline' 'unsafe-eval'; connect-src https: wss:; img-src data: https://*";
add_header Content-Security-Policy "default-src https: 'unsafe-inline' 'unsafe-eval'; connect-src https: wss:; img-src data: https://*; frame-src 'self' blob:; font-src data: https:";
add_header Referrer-Policy "strict-origin-when-cross-origin";
add_header X-Frame-Options "SAMEORIGIN";

0 comments on commit a9a3682

Please sign in to comment.