Commit ce82600 1 parent 1b2f930 commit ce82600 Copy full SHA for ce82600
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ http {
17
17
add_header Referrer-Policy "strict-origin-when-cross-origin" always;
18
18
add_header Content-Security-Policy "
19
19
default-src 'self';
20
- script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com;
20
+ script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com https://www.recaptcha.net https://www.gstatic.com ;
21
21
style-src 'self' 'unsafe-inline' https://fonts.googleapis.com;
22
22
font-src 'self' https://fonts.gstatic.com;
23
- connect-src 'self' https://www.google-analytics.com;
24
- img-src 'self' https://orcid.org https://info.orcid.org;" always;
23
+ connect-src 'self' https://www.google-analytics.com https://www.recaptcha.net https://www.gstatic.com;
24
+ img-src 'self' https://orcid.org https://info.orcid.org https://www.gstatic.com https://www.google.com/recaptcha/;
25
+ frame-src 'self' https://www.google.com/recaptcha/ https://www.recaptcha.net/recaptcha/ https://recaptcha.google.com;" always;
25
26
26
27
# Basic nginx optimizations
27
28
sendfile on ;
You can’t perform that action at this time.
0 commit comments