Open
Cached
·
just now
9
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google.com https://www.gstatic.com https://*.firebasedatabase.app https://*.googleapis.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; img-src 'self' data: https:; connect-src 'self' https://*.googleapis.com https://*.firebaseio.com https://*.cloudfunctions.net https://*.firebasedatabase.app wss://*.firebaseio.com wss://*.firebasedatabase.app; frame-src 'self' https://www.google.com https://*.firebasedatabase.app; worker-src 'self' blob:; child-src 'self' blob:; font-src 'self' https://fonts.gstatic.com;
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src
Host
—
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
https:
connect-src
Keyword
—
'self'
connect-src
Host
—
connect-src
Host
—
frame-src
Keyword
—
'self'
frame-src
Host
—
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
child-src
Keyword
—
'self'
child-src
Scheme
—
blob:
font-src
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.