Open
Cached
·
just now
11
directives
Content-Security-Policy
Content-Security-Policy: default-src 'none'; script-src 'nonce-tKfV2wVITvSMzvR5jV3xJg' 'unsafe-eval' https://challenges.cloudflare.com; script-src-attr 'none'; style-src 'unsafe-inline'; img-src 'self' https://challenges.cloudflare.com; connect-src 'self' https://challenges.cloudflare.com; frame-src 'self' https://challenges.cloudflare.com blob:; child-src 'self' https://challenges.cloudflare.com blob:; worker-src blob:; form-action http: https:; base-uri 'self'
default-src
Keyword
—
'none'
script-src
Nonce
—
'nonce-tKfV2wVITvSMzvR5jV3xJg'
script-src
Keyword
—
'unsafe-eval'
script-src-attr
Keyword
—
'none'
style-src
Keyword
—
'unsafe-inline'
img-src
Keyword
—
'self'
connect-src
Keyword
—
'self'
frame-src
Keyword
—
'self'
frame-src
Scheme
—
blob:
child-src
Keyword
—
'self'
child-src
Scheme
—
blob:
worker-src
Scheme
—
blob:
form-action
Scheme
—
http:
form-action
Scheme
—
https:
base-uri
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.