Open
Cached
·
just now
9
directives
Content-Security-Policy
Content-Security-Policy: default-src https: 'unsafe-inline' 'unsafe-eval'; connect-src 'unsafe-inline' 'unsafe-eval' *; script-src 'unsafe-inline' 'unsafe-eval' *; img-src * data: about:; frame-src 'self' *; worker-src blob:; object-src https://wnyc-project-prod.s3.amazonaws.com; frame-ancestors 'self' localhost *; media-src 'self' *;
default-src
Scheme
—
https:
default-src
Keyword
—
'unsafe-inline'
default-src
Keyword
—
'unsafe-eval'
connect-src
Keyword
—
'unsafe-inline'
connect-src
Keyword
—
'unsafe-eval'
connect-src
Host
—
*
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Host
—
*
img-src
Host
—
*
img-src
Scheme
—
data:
img-src
Scheme
—
about:
frame-src
Keyword
—
'self'
frame-src
Host
—
*
worker-src
Scheme
—
blob:
frame-ancestors
Keyword
—
'self'
frame-ancestors
Host
—
frame-ancestors
Host
—
*
media-src
Keyword
—
'self'
media-src
Host
—
*
Content-Security-Policy-Report-Only
No report-only CSP headers found.