# CSP (Content-Security-Policy)
If you have a CSP in place, the following guide might be needed.
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross-Site Scripting (XSS) and data injection attacks.
If you have CSP in place, add the following directives only if you've already specified them for your other resources:
Directive | Value |
---|---|
connect-src | https://*.feederloop.com wss://*.feederloop.com |
script-src | https://*.feederloop.com |
worker-src | https://*.feederloop.com |
style-src | https://*.feederloop.com |
img-src | https://*.feederloop.com |
media-src | https://*.feederloop.com |
font-src | https://*.feederloop.com |
webrtc | 'allow' |