Open
Cached
·
just now
9
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https: data: blob: 'unsafe-inline'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https: blob: data:; script-src-elem 'self' 'unsafe-inline' 'unsafe-eval' https: blob: data:; script-src-attr 'self' 'unsafe-inline'; connect-src 'self' https: wss: blob: data: https://*.cloudfunctions.net https://*.a.run.app https://*.google-analytics.com https://*.analytics.google.com https://*.googletagmanager.com https://*.doubleclick.net https://*.google.com https://*.googleadservices.com; img-src 'self' https: data: blob:; style-src 'self' https: 'unsafe-inline'; font-src 'self' https: data:; worker-src 'self' blob: data:;
default-src
Keyword
—
'self'
default-src
Scheme
—
https:
default-src
Scheme
—
data:
default-src
Scheme
—
blob:
default-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Scheme
—
https:
script-src
Scheme
—
blob:
script-src
Scheme
—
data:
script-src-elem
Keyword
—
'self'
script-src-elem
Keyword
—
'unsafe-inline'
script-src-elem
Keyword
—
'unsafe-eval'
script-src-elem
Scheme
—
https:
script-src-elem
Scheme
—
blob:
script-src-elem
Scheme
—
data:
script-src-attr
Keyword
—
'self'
script-src-attr
Keyword
—
'unsafe-inline'
connect-src
Keyword
—
'self'
connect-src
Scheme
—
https:
connect-src
Scheme
—
wss:
connect-src
Scheme
—
blob:
connect-src
Scheme
—
data:
img-src
Keyword
—
'self'
img-src
Scheme
—
https:
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
style-src
Keyword
—
'self'
style-src
Scheme
—
https:
style-src
Keyword
—
'unsafe-inline'
font-src
Keyword
—
'self'
font-src
Scheme
—
https:
font-src
Scheme
—
data:
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
worker-src
Scheme
—
data:
Content-Security-Policy-Report-Only
No report-only CSP headers found.