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