Content Security Policy

Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate Cross-Site Scripting (XSS) and data injection attacks.

If your web-app or website is using CSP, you’ll need to add the following domain names to your policy.

script-src: 'unsafe-inline' js.refiner.io
connect-src: api.refiner.io
frame-src: js.refiner.io
frame-ancestors: js.refiner.io
img-src: js.refiner.io storage.refiner.io
media-src: js.refiner.io storage.refiner.io
style-src: js.refiner.io storage.refiner.io

Was this helpful? Let us know with a quick a vote