Skip to content

Commit

Permalink
fix(docs): More CSP touchups (#27275)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and pull[bot] committed Jul 17, 2024
1 parent 89e1b05 commit a68d610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Header set Content-Security-Policy "default-src 'self'; \
script-src 'self'; \
img-src 'self' https://static.scarf.sh *; \
style-src 'self' https://fonts.googleapis.com; \
script-src-elem 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com; \
script-src-elem 'self' https://www.googletagmanager.com https://www.google-analytics.com; \
style-src-elem 'self' https://fonts.googleapis.com; \
font-src 'self' https://fonts.gstatic.com; \
Expand Down

0 comments on commit a68d610

Please sign in to comment.