Skip to content

Commit

Permalink
add https
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroldwong committed Apr 4, 2024
1 parent 6bc4d48 commit 47d2628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ http {
index index.html index.htm;

add_header Cache-Control "no-cache";
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";
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";
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload";
add_header X-Content-Type-Options "nosniff";

Expand Down

0 comments on commit 47d2628

Please sign in to comment.