mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
Add blob to style source for integrations
This commit is contained in:
@@ -7,7 +7,7 @@ export function getContentSecurityPolicy(): string {
|
||||
const csp = `
|
||||
default-src 'self' *;
|
||||
script-src 'self' 'unsafe-inline' 'unsafe-eval' *;
|
||||
style-src 'self' 'unsafe-inline' *;
|
||||
style-src 'self' 'unsafe-inline' blob: *;
|
||||
img-src * 'self' blob: data:;
|
||||
connect-src *;
|
||||
font-src *;
|
||||
|
||||
Reference in New Issue
Block a user