Allowing Our Script in Your Content Security

Allowing Our Script in Your Content Security

If your website uses a Content Security Policy (CSP), you may need to explicitly allow the Visual Visitor script to load.

How to Allow the Script

  1. Log in to your website hosting platform, CMS, or security tool (for example: Cloudflare, WordPress security plugin, server headers).

  2. Locate Content Security Policy (CSP) settings.

  3. Add the Visual Visitor domains to your script-src directive.

NotesIf you already have a script-src rule, simply append the domains rather than replacing existing entries.

After Updating CSP

  • Save your changes

  • Clear any site or CDN cache

  • Reload your website and confirm the script is loading without errors in the browser console


Alert
Common signs CSP is blocking the script.
  • Script appears installed but no engaged candidates are captured
  • Console errors referencing “blocked by Content Security Policy”

  • Network tab shows blocked or canceled script requests