Skip to content

Commit 8b1d6b0

Browse files
authored
fix: update csp directive to restore search service worker (#1025)
1 parent f646739 commit 8b1d6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ import dev.openfga.sdk.api.configuration.ClientConfiguration;`,
113113
contentSecurityPolicy: `default-src 'none';
114114
base-uri 'self';
115115
block-all-mixed-content;
116+
worker-src 'self';
116117
child-src www.youtube-nocookie.com;
117118
prefetch-src 'self';
118119
connect-src 'self' https://raw.githubusercontent.com https://s3.amazonaws.com https://cdn.cookielaw.org https://privacyportal.onetrust.com https://heapanalytics.com https://js.hs-scripts.com https://api.github.com https://js.hscollectedforms.net https://js.hs-analytics.net https://js.hs-banner.com https://forms.hscollectedforms.net ;

0 commit comments

Comments
 (0)