We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529f940 commit 8ec5fd0Copy full SHA for 8ec5fd0
packages/gitbook/src/lib/csp.ts
@@ -7,7 +7,7 @@ export function getContentSecurityPolicy(): string {
7
const csp = `
8
default-src 'self' *;
9
script-src 'self' 'unsafe-inline' 'unsafe-eval' *;
10
- style-src 'self' 'unsafe-inline' *;
+ style-src 'self' 'unsafe-inline' blob: *;
11
img-src * 'self' blob: data:;
12
connect-src *;
13
font-src *;
0 commit comments