Open
Cached
·
just now
7
directives
Content-Security-Policy
Content-Security-Policy: default-src 'self' https:; connect-src 'self' wss://cable.pollunit.com maps.googleapis.com *.pollunit.com video.bunnycdn.com *.braintree-api.com *.paypal.com *.braintreegateway.com; font-src 'self' https:; img-src 'self' https: data:; object-src 'none'; script-src 'self' https: 'unsafe-inline' blob:; style-src 'self' https: 'unsafe-inline'
default-src
Keyword
—
'self'
default-src
Scheme
—
https:
connect-src
Keyword
—
'self'
font-src
Keyword
—
'self'
font-src
Scheme
—
https:
img-src
Keyword
—
'self'
img-src
Scheme
—
https:
img-src
Scheme
—
data:
object-src
Keyword
—
'none'
script-src
Keyword
—
'self'
script-src
Scheme
—
https:
script-src
Keyword
—
'unsafe-inline'
script-src
Scheme
—
blob:
style-src
Keyword
—
'self'
style-src
Scheme
—
https:
style-src
Keyword
—
'unsafe-inline'
Content-Security-Policy-Report-Only
No report-only CSP headers found.