Open
Cached
·
just now
9
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.gstatic.com https://apis.google.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com https://fonts.googleapis.com; img-src 'self' data: https: https://www.gstatic.com https://*.supabase.co; connect-src 'self' https://*.supabase.co wss://*.supabase.co https://*.amfi.ca https://apis.google.com stun:stun.l.google.com:19302 stun:stun1.l.google.com:19302; media-src 'self' blob: https://*.supabase.co https://firebasestorage.googleapis.com; frame-src 'self' https://*.amfi.ca; upgrade-insecure-requests;
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
font-src
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
https:
connect-src
Keyword
—
'self'
connect-src
Host
—
connect-src
Host
—
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
frame-src
Keyword
—
'self'
upgrade-insecure-requests
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.