mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix typo in CSP
This commit is contained in:
parent
8560180368
commit
1c970a54ce
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ const ContentSecurityPolicy = `
|
|||
style-src 'self' 'unsafe-inline' accounts.google.com cdnjs.cloudflare.com;
|
||||
img-src 'self' blob: data: https:;
|
||||
worker-src 'self' blob:;
|
||||
media-src: https://js.intercomcdn.com
|
||||
media-src https://js.intercomcdn.com;
|
||||
`
|
||||
|
||||
const moduleExports = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue