Skip to content

Commit

Permalink
Update app.yml allowing multi--line csp directives
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerb-ksu authored and anvit committed Aug 8, 2024
1 parent f3bca15 commit 3132937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ all:
# 'Content-Security-Policy-Report-Only' or 'Content-Security-Policy'
response_header: Content-Security-Policy-Report-Only
# Configure CSP response directives.
directives: |
directives: >
default-src 'self';
font-src 'self' https://fonts.gstatic.com;
img-src 'self' https://*.googleapis.com https://*.gstatic.com *.google.com *.googleusercontent.com data: https://www.gravatar.com/avatar/ https://*.google-analytics.com https://*.googletagmanager.com blob:;
Expand Down

0 comments on commit 3132937

Please sign in to comment.