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