fix(docs site): Opening up CSP for 3rd party frame content. (#27256)

This commit is contained in:
Evan Rusackas 2024-02-26 13:46:51 -07:00 committed by GitHub
parent ef4b72724e
commit ed4b973531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ const config = {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
metadata: [{name: 'Content-Security-Policy', content: "default-src 'self'; frame-src 'https://calendar.google.com/' 'https://preset.io/' 'https://sidebar.bugherd.com/';"}],
}),
scripts: [
'/script/matomo.js',