Skip to content

Commit

Permalink
Merge pull request #285 from GermanZero-de/284-fix-martor-csp-errors
Browse files Browse the repository at this point in the history
[#284] Workaround: Remove content security policy for now
  • Loading branch information
fblampe authored Aug 28, 2023
2 parents 66ab9e3 + 6fc0c10 commit d4c8d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nginx/conf.d/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
server_name monitoring.localzero.net monitoring-test.localzero.net;

client_max_body_size 100m;
add_header Content-Security-Policy "default-src 'self'";

add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload";
add_header Cache-Control "no-store";

Expand Down

0 comments on commit d4c8d44

Please sign in to comment.