Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit af67a0a

Browse files
committed
fix: nginx comments
1 parent c8751af commit af67a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ http {
4040
add_header X-XSS-Protection "1; mode=block" always;
4141
add_header X-Content-Type-Options "nosniff" always;
4242
add_header Referrer-Policy "no-referrer-when-downgrade" always;
43-
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always; // Review
43+
add_header Content-Security-Policy "default-src * data: 'unsafe-eval' 'unsafe-inline'" always;
4444

4545
# . files
4646
location ~ /\.(?!well-known)/ {

0 commit comments

Comments
 (0)