Open
Cached
·
just now
15
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; base-uri 'self'; form-action 'self'; object-src 'none'; script-src 'self' 'sha256-Q1Cvv8XpatAFzvEKia6AnVLgDLGDb4viw0/IQyKhah0=' 'sha256-/gr7b3nNa5VlKVUAoUCW1Mnr1Ca9qUDQq6UKGnVGyGE=' 'sha256-3ugMueQcRk5+XSFW4+Jetz8WTv4TZLYjae+KEgKldYI=' https://www.gstatic.com https://www.google.com https://apis.google.com https://*.firebaseapp.com; script-src-attr 'none'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com data:; img-src 'self' data: blob: https:; connect-src 'self' https://*.googleapis.com https://*.firebaseio.com wss://*.firebaseio.com https://*.cloudfunctions.net https://firebasestorage.googleapis.com https://identitytoolkit.googleapis.com https://www.google.com https://www.gstatic.com https://fonts.gstatic.com; frame-src 'self' https://www.google.com https://*.firebaseapp.com; worker-src 'self' blob:; manifest-src 'self'; media-src 'self' blob:; upgrade-insecure-requests;
default-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
form-action
Keyword
—
'self'
object-src
Keyword
—
'none'
script-src
Keyword
—
'self'
script-src
Hash
—
'sha256-Q1Cvv8XpatAFzvEKia6AnVLgDLGDb4viw0/IQyKhah0='
script-src
Hash
—
'sha256-/gr7b3nNa5VlKVUAoUCW1Mnr1Ca9qUDQq6UKGnVGyGE='
script-src
Hash
—
'sha256-3ugMueQcRk5+XSFW4+Jetz8WTv4TZLYjae+KEgKldYI='
script-src-attr
Keyword
—
'none'
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
img-src
Scheme
—
https:
connect-src
Keyword
—
'self'
frame-src
Keyword
—
'self'
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
manifest-src
Keyword
—
'self'
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
upgrade-insecure-requests
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.