Open
Cached
·
just now
9
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src https://fonts.gstatic.com; script-src 'self' https://www.gstatic.com; connect-src 'self' https://firestore.googleapis.com; base-uri 'none'; form-action 'none'; frame-ancestors 'none'
default-src
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'self'
connect-src
Keyword
—
'self'
base-uri
Keyword
—
'none'
form-action
Keyword
—
'none'
frame-ancestors
Keyword
—
'none'
Content-Security-Policy-Report-Only
No report-only CSP headers found.