Open
Cached
·
just now
6
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://unpkg.com https://www.gstatic.com https://*.googleapis.com; connect-src 'self' https://*.googleapis.com https://*.firebaseio.com https://firestore.googleapis.com https://identitytoolkit.googleapis.com https://api.weather.gov https://nominatim.openstreetmap.org https://router.project-osrm.org https://www.gstatic.com https://unpkg.com; img-src * data: blob:; style-src 'self' 'unsafe-inline' https://unpkg.com; font-src 'self' https://unpkg.com data:;
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
connect-src
Keyword
—
'self'
img-src
Host
—
*
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
Content-Security-Policy-Report-Only
No report-only CSP headers found.