Open
Cached
·
3h ago
18
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'none'; form-action 'self'; script-src 'self' https://www.gstatic.com https://unpkg.com https://www.google.com https://www.recaptcha.net; script-src-attr 'none'; style-src 'self' https://unpkg.com; style-src-elem 'self' https://unpkg.com; style-src-attr 'unsafe-inline'; img-src 'self' data: blob: https://unpkg.com https://*.tile.openstreetmap.org https://www.gstatic.com https://www.google.com; font-src 'self' data:; connect-src 'self' https://www.gstatic.com https://unpkg.com https://router.project-osrm.org https://*.googleapis.com https://*.firebaseio.com wss://*.firebaseio.com https://*.firebaseapp.com https://*.web.app https://*.cloudfunctions.net https://www.google.com https://www.recaptcha.net; frame-src 'self' https://www.google.com https://www.recaptcha.net; worker-src 'self' blob:; media-src 'self'; manifest-src 'self'; upgrade-insecure-requests
default-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
object-src
Keyword
—
'none'
frame-ancestors
Keyword
—
'none'
form-action
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src-attr
Keyword
—
'none'
style-src
Keyword
—
'self'
style-src-elem
Keyword
—
'self'
style-src-attr
Keyword
—
'unsafe-inline'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
connect-src
Keyword
—
'self'
frame-src
Keyword
—
'self'
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
media-src
Keyword
—
'self'
manifest-src
Keyword
—
'self'
upgrade-insecure-requests
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.