Open
Cached
·
12h ago
12
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https: ; script-src 'self' https: 'unsafe-inline' 'unsafe-eval' ; script-src-elem 'self' https: 'unsafe-inline' 'unsafe-eval' ; style-src 'self' https: 'unsafe-inline' 'unsafe-eval'; img-src 'self' https: data: ; form-action 'self' https: 'unsafe-inline' 'unsafe-eval'; worker-src 'self' blob: ; font-src 'self' data: https: ; connect-src 'self' https: wss://wtbstream.pricespider.com/ ; child-src 'self' blob: https: ; frame-src 'self' https: ; media-src 'self' blob: https: ;
default-src
Keyword
—
'self'
default-src
Scheme
—
https:
script-src
Keyword
—
'self'
script-src
Scheme
—
https:
script-src
Keyword
—
'unsafe-inline'
script-src
Keyword
—
'unsafe-eval'
script-src-elem
Keyword
—
'self'
script-src-elem
Scheme
—
https:
script-src-elem
Keyword
—
'unsafe-inline'
script-src-elem
Keyword
—
'unsafe-eval'
style-src
Keyword
—
'self'
style-src
Scheme
—
https:
style-src
Keyword
—
'unsafe-inline'
style-src
Keyword
—
'unsafe-eval'
img-src
Keyword
—
'self'
img-src
Scheme
—
https:
img-src
Scheme
—
data:
form-action
Keyword
—
'self'
form-action
Scheme
—
https:
form-action
Keyword
—
'unsafe-inline'
form-action
Keyword
—
'unsafe-eval'
worker-src
Keyword
—
'self'
worker-src
Scheme
—
blob:
font-src
Keyword
—
'self'
font-src
Scheme
—
data:
font-src
Scheme
—
https:
connect-src
Keyword
—
'self'
connect-src
Scheme
—
https:
child-src
Keyword
—
'self'
child-src
Scheme
—
blob:
child-src
Scheme
—
https:
frame-src
Keyword
—
'self'
frame-src
Scheme
—
https:
media-src
Keyword
—
'self'
media-src
Scheme
—
blob:
media-src
Scheme
—
https:
Content-Security-Policy-Report-Only
No report-only CSP headers found.