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