Skip to content

Commit

Permalink
fix(docs site): CSP changes, take 2 (apache#27259)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored and sfirke committed Mar 22, 2024
1 parent e1bcd66 commit 3252226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/static/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ RewriteRule ^(.*)$ https://superset.apache.org/$1 [R,L]

RewriteCond %{HTTP_HOST} ^superset.incubator.apache.org$ [NC]
RewriteRule ^(.*)$ https://superset.apache.org/$1 [R=301,L]

Header set Content-Security-Policy "default-src 'self'; frame-src 'https://calendar.google.com/' 'https://preset.io/' 'https://sidebar.bugherd.com/' 'https://unpkg.com/';"

0 comments on commit 3252226

Please sign in to comment.