Troubleshooting audits issues
- Is your site protected by the Content Security Policy (CSP)? If it does, you must add
platform.sitelint.com
andauditor.sitelint.com
to the list of allowed domains.Apache example:
Header add Content-Security-Policy "script-src https://auditor.sitelint.com; connect-src 'self' https://platform.sitelint.com;"