Open
Cached
·
just now
8
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https://*.googleapis.com https://*.firebaseapp.com https://*.firebasestorage.app https://*.unsplash.com https://*.supabase.co; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.googleapis.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: blob: https://*.unsplash.com https://*.googleapis.com https://*.firebasestorage.app https://*.cartocdn.com https://*.openstreetmap.org https://*.tile.openstreetmap.org https://*.supabase.co; connect-src 'self' https://*.googleapis.com https://*.firebaseapp.com https://*.firebasedatabase.app https://nominatim.openstreetmap.org https://*.cartocdn.com https://*.supabase.co wss://*.supabase.co https://docs.google.com; frame-src 'self' https://*.firebaseapp.com https://docs.google.com; form-action 'self' https://docs.google.com;
default-src
Keyword
—
'self'
default-src
Host
—
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
font-src
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
img-src
Host
—
connect-src
Keyword
—
'self'
connect-src
Host
—
frame-src
Keyword
—
'self'
form-action
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.