Open
Cached
·
just now
10
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; img-src * data:; style-src * 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://ajax.googleapis.com https://static.cloudflareinsights.com https://challenges.cloudflare.com https://cdn.ampproject.org https://*.cloudflare.com; object-src 'none'; frame-ancestors 'self'; font-src 'self' https://fonts.gstatic.com; frame-src 'self' https://challenges.cloudflare.com; connect-src 'self' *; worker-src 'self' blob: https://ajax.googleapis.com https://cdn.ampproject.org;
default-src
Keyword
—
'self'
img-src
Host
—
*
img-src
Scheme
—
data:
style-src
Host
—
*
style-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
object-src
Keyword
—
'none'
frame-ancestors
Keyword
—
'self'
font-src
Keyword
—
'self'
frame-src
Keyword
—
'self'
connect-src
Keyword
—
'self'
connect-src
Host
—
*
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
Content-Security-Policy-Report-Only
No report-only CSP headers found.