Open
Cached
·
just now
6
directives
Content-Security-Policy
Content-Security-Policy: default-src https:; font-src 'self' https: data:; script-src https: 'unsafe-inline' 'unsafe-eval'; style-src https: 'unsafe-inline'; img-src https: data:; worker-src 'self' blob:;
default-src
Scheme
—
https:
font-src
Keyword
—
'self'
font-src
Scheme
—
https:
font-src
Scheme
—
data:
script-src
Scheme
—
https:
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
style-src
Scheme
—
https:
style-src
Keyword
—
'unsafe-inline'
img-src
Scheme
—
https:
img-src
Scheme
—
data:
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
Content-Security-Policy-Report-Only
No report-only CSP headers found.