Open
Cached
·
just now
9
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; connect-src 'self'; frame-ancestors 'self'; style-src * 'unsafe-inline'; script-src 'self' 'sha256-ufLRtvHdWPRzZFENFlbrn/CT3oSEXY/hN1lKT7HW7Zc=' 'sha256-FAxGrnPz9MKmYcfceEqVDJ4GmNvq4hnqk35Xqptg05c='; worker-src 'self' blob:; font-src 'self' https://fonts.gstatic.com https://cdnjs.cloudflare.com data:; img-src * data: blob:; upgrade-insecure-requests;
default-src
Keyword
—
'self'
connect-src
Keyword
—
'self'
frame-ancestors
Keyword
—
'self'
style-src
Host
—
*
style-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'self'
script-src
Hash
—
'sha256-ufLRtvHdWPRzZFENFlbrn/CT3oSEXY/hN1lKT7HW7Zc='
script-src
Hash
—
'sha256-FAxGrnPz9MKmYcfceEqVDJ4GmNvq4hnqk35Xqptg05c='
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
img-src
Host
—
*
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
upgrade-insecure-requests
Source
—
(no sources)
Content-Security-Policy-Report-Only
No report-only CSP headers found.