Open
Cached
·
just now
12
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; base-uri 'self'; object-src 'none'; img-src 'self' data: blob: https:; script-src 'self' 'unsafe-inline' 'wasm-unsafe-eval' blob: https://www.gstatic.com https://apis.google.com https://accounts.google.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: blob: https://fonts.gstatic.com; worker-src 'self' blob:; child-src 'self' blob:; connect-src 'self' blob: https://www.gstatic.com https://fonts.googleapis.com https://fonts.gstatic.com https://*.googleapis.com https://identitytoolkit.googleapis.com https://securetoken.googleapis.com https://*.firebaseio.com wss://*.firebaseio.com https://*.firebaseapp.com https://accounts.google.com https://login.microsoftonline.com https://*.microsoftonline.com; frame-src 'self' https://*.firebaseapp.com https://accounts.google.com https://*.google.com https://login.microsoftonline.com https://*.microsoftonline.com; manifest-src 'self';
default-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
object-src
Keyword
—
'none'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
img-src
Scheme
—
https:
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'wasm-unsafe-eval'
script-src
Scheme
—
blob:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
font-src
Scheme
—
blob:
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
child-src
Keyword
—
'self'
child-src
Scheme
—
blob:
connect-src
Keyword
—
'self'
connect-src
Scheme
—
blob:
connect-src
Host
—
frame-src
Keyword
—
'self'
frame-src
Host
—
manifest-src
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.