Open
Cached
·
39m ago
10
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' https://accounts.google.com; connect-src 'self' https://*.supabase.co wss://*.supabase.co https://api.dropboxapi.com https://content.dropboxapi.com https://graph.microsoft.com https://www.googleapis.com https://www.dropbox.com https://login.microsoftonline.com https://esm.sh https://*.ingest.de.sentry.io https://*.ingest.sentry.io; img-src 'self' data: blob: https:; font-src 'self' data:; style-src 'self' 'unsafe-inline'; frame-src 'self' blob:; frame-ancestors 'none'; object-src 'none'; base-uri 'self'
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
connect-src
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
img-src
Scheme
—
https:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
frame-src
Keyword
—
'self'
frame-src
Scheme
—
blob:
frame-ancestors
Keyword
—
'none'
object-src
Keyword
—
'none'
base-uri
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.