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