Open
Cached
·
just now
13
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data: blob:; media-src 'self' blob:; connect-src 'none'; frame-src 'none'; frame-ancestors 'none'; worker-src 'none'; object-src 'none'; base-uri 'none'; form-action 'none'; manifest-src 'none'
default-src
Keyword
—
'self'
script-src
Keyword
—
'self'
style-src
Keyword
—
'self'
img-src
Keyword
—
'self'
img-src
Scheme
—
data:
img-src
Scheme
—
blob:
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
connect-src
Keyword
—
'none'
frame-src
Keyword
—
'none'
frame-ancestors
Keyword
—
'none'
worker-src
Keyword
—
'none'
object-src
Keyword
—
'none'
base-uri
Keyword
—
'none'
form-action
Keyword
—
'none'
manifest-src
Keyword
—
'none'
Content-Security-Policy-Report-Only
No report-only CSP headers found.