Open
Cached
·
just now
7
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' 'unsafe-inline' https: *; script-src 'self' 'unsafe-inline' https: blob: *; font-src 'self' data: https:; img-src 'self' data: https:; style-src 'self' 'unsafe-inline' *; frame-ancestors 'none'; upgrade-insecure-requests;
default-src
Keyword
—
'self'
default-src
Keyword
—
'unsafe-inline'
default-src
Scheme
—
https:
default-src
Host
—
*
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Scheme
—
https:
script-src
Scheme
—
blob:
script-src
Host
—
*
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
font-src
Scheme
—
https:
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
https:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
style-src
Host
—
*
frame-ancestors
Keyword
—
'none'
upgrade-insecure-requests
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.