Skip to content

Commit

Permalink
add googleapis on csp
Browse files Browse the repository at this point in the history
  • Loading branch information
adenntumba authored Mar 26, 2024
1 parent a0322f8 commit 016f4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ http {
root /var/lib/nginx/html;
}
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload";
add_header Content-Security-Policy "default-src 'self'";
add_header Content-Security-Policy "default-src 'self' *.googleapis.com";
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options nosniff;
add_header Referrer-Policy "no-referrer-when-downgrade";
Expand Down

0 comments on commit 016f4b7

Please sign in to comment.