Open
Cached
·
just now
13
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' 'unsafe-inline' https://maps.googleapis.com https://maps.gstatic.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: blob: https:; font-src 'self' data: https://fonts.gstatic.com; connect-src 'self' https://api.staging.raidlake.it https://maps.googleapis.com https://maps.gstatic.com; media-src 'self' blob: https:; worker-src 'self' blob:; manifest-src 'self'
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
Keyword
—
'unsafe-inline'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
img-src
Scheme
—
https:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
connect-src
Keyword
—
'self'
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
media-src
Scheme
—
https:
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
manifest-src
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.