Skip to content

Commit

Permalink
rm csp
Browse files Browse the repository at this point in the history
  • Loading branch information
rushtong committed Oct 25, 2023
1 parent 16567f5 commit 123dd85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ server {
server_tokens off;
listen 8080;
expires $expires;
add_header Content-Security-Policy "default-src 'self' accounts.google.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' apis.google.com *.google-analytics.com www.gstatic.com accounts.google.com; connect-src 'self' *.firecloud.org *.broadinstitute.org *.googleapis.com *.google-analytics.com profile-dot-broad-shibboleth-prod.appspot.com broadinstitute.zendesk.com; img-src 'self' data: *.google-analytics.com; style-src 'self' 'unsafe-inline' www.gstatic.com; base-uri 'self'; form-action 'self'; font-src 'self' fonts.gstatic.com; frame-ancestors 'self';";
error_page 400 401 403 404 /;
location / {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 123dd85

Please sign in to comment.