Open
Cached
·
just now
7
directives
Content-Security-Policy
Content-Security-Policy: default-src 'none'; script-src 'self'; manifest-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src https://fonts.googleapis.com https://fonts.gstatic.com; connect-src 'self' https://fonts.googleapis.com https://fonts.gstatic.com
default-src
Keyword
—
'none'
script-src
Keyword
—
'self'
manifest-src
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
connect-src
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.