Skip to content

Commit

Permalink
Add CSP (#115)
Browse files Browse the repository at this point in the history
* Add CSP

* Update GH link
  • Loading branch information
ptoffy authored Jul 17, 2024
1 parent 920604c commit 222a77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Resources:
Override: true
SecurityHeadersConfig:
ContentSecurityPolicy:
ContentSecurityPolicy: default-src 'none'; script-src 'self'; img-src 'self' data:; style-src 'self'; font-src 'self'; connect-src 'self'
ContentSecurityPolicy: default-src 'none'; script-src 'self' https://design.vapor.codes; style-src 'self' https://design.vapor.codes; img-src 'self' https://design.vapor.codes; font-src 'self' https://design.vapor.codes; media-src 'self' https://design.vapor.codes; upgrade-insecure-requests; block-all-mixed-content; manifest-src 'self' https://design.vapor.codes; connect-src 'self' https://api.github.com
Override: false
ContentTypeOptions:
Override: false
Expand Down

0 comments on commit 222a77c

Please sign in to comment.