Open
Cached
·
just now
15
directives
Content-Security-Policy
Content-Security-Policy: default-src 'none';script-src 'self';worker-src 'self' blob: data:;manifest-src 'self';connect-src 'self' https://storage.googleapis.com http://localhost:1234 https://orcaocean.github.io https://api.withorca.com wss://api.withorca.com https://api.pwnedpasswords.com;img-src 'self' blob: data:;media-src blob:;object-src blob:;style-src 'self' https://fonts.googleapis.com 'unsafe-inline';font-src 'self';frame-src blob:;frame-ancestors 'none';base-uri 'none';form-action 'none';child-src 'self'
default-src
Keyword
—
'none'
script-src
Keyword
—
'self'
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
worker-src
Scheme
—
data:
manifest-src
Keyword
—
'self'
connect-src
Keyword
—
'self'
connect-src
Host
—
img-src
Keyword
—
'self'
img-src
Scheme
—
blob:
img-src
Scheme
—
data:
media-src
Scheme
—
blob:
object-src
Scheme
—
blob:
style-src
Keyword
—
'self'
style-src
Keyword
—
'unsafe-inline'
font-src
Keyword
—
'self'
frame-src
Scheme
—
blob:
frame-ancestors
Keyword
—
'none'
base-uri
Keyword
—
'none'
form-action
Keyword
—
'none'
child-src
Keyword
—
'self'
Content-Security-Policy-Report-Only
No report-only CSP headers found.