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