Open
Cached
·
just now
14
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; base-uri 'self'; object-src 'self' https://firebasestorage.googleapis.com https://*.firebasestorage.app https://storage.googleapis.com; script-src 'self' 'sha256-HABwCFwe1WJO1OWa0539/LbH0A6M25Rh+voocMDe+IM=' https://apis.google.com https://www.gstatic.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' https://fonts.gstatic.com data:; img-src 'self' data: blob: https:; media-src 'self' blob: https:; connect-src 'self' https://*.googleapis.com https://*.cloudfunctions.net https://*.run.app https://accounts.google.com https://learnxspaces.firebaseapp.com; frame-src 'self' https:; worker-src 'self' blob:; form-action 'self'; frame-ancestors 'self'; upgrade-insecure-requests
default-src
Keyword
—
'self'
base-uri
Keyword
—
'self'
object-src
Keyword
—
'self'
object-src
Host
—
script-src
Keyword
—
'self'
script-src
Hash
—
'sha256-HABwCFwe1WJO1OWa0539/LbH0A6M25Rh+voocMDe+IM='
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:
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
media-src
Scheme
—
https:
connect-src
Keyword
—
'self'
frame-src
Keyword
—
'self'
frame-src
Scheme
—
https:
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
form-action
Keyword
—
'self'
frame-ancestors
Keyword
—
'self'
upgrade-insecure-requests
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.