Content Security Policies (CSP) are delivered as a HTTP header that users receive from your web server. They allow you to control what kind of dynamic resources are loaded on your web pages. If you have CSP in place, Quora pixels may not fire properly.
We recommend appending the following `default-src` rules to ensure that Quora's pixels work properly:
`default-src ... https://*.quora.com`
If you want stricter restrictions, you can use:
`img-src ... https://*.quora.com;
script-src ... https://*.quora.com 'unsafe-eval' 'unsafe-inline'`
Comments
0 comments
Article is closed for comments.