Skip to content

Commit

Permalink
Minor reorganization
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Jan 3, 2025
1 parent 2cf7089 commit 66e7b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/nginx/conf.d/sites_uptime-kuma.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ server {
include snippets/cross-origin-security.conf;
include snippets/quic.conf;
include snippets/proxy.conf;
proxy_hide_header Content-Security-Policy;
include snippets/universal_paths.conf;

proxy_hide_header Content-Security-Policy;
add_header Content-Security-Policy "default-src 'none'; connect-src 'self'; img-src 'self' data:; frame-src 'self'; manifest-src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; base-uri 'none'; block-all-mixed-content; form-action 'none'; frame-ancestors 'self'; upgrade-insecure-requests";

location / {
Expand Down

0 comments on commit 66e7b66

Please sign in to comment.