mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(docs site): CSP changes, take 2 (#27259)
This commit is contained in:
2
docs/static/.htaccess
vendored
2
docs/static/.htaccess
vendored
@@ -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/';"
|
||||
|
||||
Reference in New Issue
Block a user