We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfa77a commit 2db5fa7Copy full SHA for 2db5fa7
config/nginx.conf.erb
@@ -157,7 +157,7 @@ http {
157
add_header X-Frame-Options "SAMEORIGIN";
158
add_header X-XSS-Protection "1; mode=block";
159
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'";
160
-
+ add_header Access-Control-Allow-Origin "*";
161
add_header Strict-Transport-Security "max-age=31536000" always;
162
add_header Vary 'Accept, Accept-Encoding, Cookie';
163
proxy_set_header Host $http_host;
0 commit comments