Open
Cached
·
just now
12
directives
Content-Security-Policy
Content-Security-Policy: default-src 'none'; script-src 'self' 'wasm-unsafe-eval' https://apis.google.com https://accounts.google.com https://www.google.com https://www.gstatic.com; style-src 'self' 'unsafe-inline'; img-src 'self' data: blob: https://storage.googleapis.com https://tile.openstreetmap.org https://server.arcgisonline.com; font-src 'self'; connect-src 'self' https://identitytoolkit.googleapis.com https://securetoken.googleapis.com https://firebaseappcheck.googleapis.com https://firestore.googleapis.com https://storage.googleapis.com https://tile.openstreetmap.org https://server.arcgisonline.com; media-src 'self' https://storage.googleapis.com; worker-src 'self' blob:; frame-src 'self' https://stinger-prod.firebaseapp.com https://apis.google.com https://www.google.com; base-uri 'self'; form-action 'none'; frame-ancestors 'none'
default-src
Keyword
—
'none'
script-src
Keyword
—
'self'
script-src
Keyword
—
'wasm-unsafe-eval'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
font-src
Keyword
—
'self'
connect-src
Keyword
—
'self'
media-src
Keyword
—
'self'
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
frame-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
form-action
Keyword
—
'none'
frame-ancestors
Keyword
—
'none'
Content-Security-Policy-Report-Only
No report-only CSP headers found.