Skip to content

Commit 47d2628

Browse files
committed
add https
1 parent 6bc4d48 commit 47d2628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http {
3939
index index.html index.htm;
4040

4141
add_header Cache-Control "no-cache";
42-
add_header Content-Security-Policy "default-src 'self'; connect-src 'api.ipa.ucdavis.edu'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com";
42+
add_header Content-Security-Policy "default-src 'self'; connect-src 'https://api.ipa.ucdavis.edu'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com";
4343
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
4444
add_header X-Content-Type-Options "nosniff";
4545

0 commit comments

Comments
 (0)