Open
Cached
·
just now
10
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; base-uri 'self'; frame-ancestors 'none'; script-src 'self' 'sha256-5Qekuwm5MYic0LGI4O4rWUo577K1nD3aKqMjlGDm7Xc=' 'sha256-+okxwGTzrj9X33KcSOzztqcsOelEbbi8SWytiUUEnl4=' https://www.gstatic.com https://apis.google.com https://www.google.com https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://unpkg.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: blob: https:; connect-src 'self' https://*.googleapis.com https://*.firebaseio.com https://*.cloudfunctions.net wss://*.firebaseio.com https://api.anthropic.com https://places.googleapis.com https://maps.googleapis.com https://www.google.com https://apis.google.com; frame-src 'self' https://*.firebaseapp.com https://firebasestorage.googleapis.com https://apis.google.com https://www.google.com https://accounts.google.com data: blob:; worker-src blob:;
default-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
frame-ancestors
Keyword
—
'none'
script-src
Keyword
—
'self'
script-src
Hash
—
'sha256-5Qekuwm5MYic0LGI4O4rWUo577K1nD3aKqMjlGDm7Xc='
script-src
Hash
—
'sha256-+okxwGTzrj9X33KcSOzztqcsOelEbbi8SWytiUUEnl4='
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
Scheme
—
https:
connect-src
Keyword
—
'self'
frame-src
Keyword
—
'self'
frame-src
Scheme
—
data:
frame-src
Scheme
—
blob:
worker-src
Scheme
—
blob:
Content-Security-Policy-Report-Only
No report-only CSP headers found.