File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ http {
142
142
add_header X-Content-Type-Options "nosniff";
143
143
add_header X-Frame-Options "SAMEORIGIN";
144
144
add_header X-XSS-Protection "1; mode=block";
145
- add_header Content-Security-Policy "default-src 'self'; connect-src 'self' https://docs.rs https://<%= s3_host(ENV) %> ; script-src 'self' 'unsafe-eval' https://www.google.com; style-src 'self' https://www.google.com https://ajax.googleapis.com; img-src *; object-src 'none'";
145
+ add_header Content-Security-Policy "default-src 'self'; connect-src 'self' https://docs.rs https://<%= s3_host(ENV) %> ; script-src 'self' 'unsafe-eval' https://www.google.com; style-src 'self' 'unsafe-inline' https://www.google.com https://ajax.googleapis.com; img-src *; object-src 'none'";
146
146
147
147
add_header Strict-Transport-Security "max-age=31536000" always;
148
148
add_header Vary 'Accept, Accept-Encoding, Cookie';
You can’t perform that action at this time.
0 commit comments