Browser monitor issues with Content Security Policy

Content Security Policy (CSP) is a security layer that assists in detecting and mitigating specific types of attacks, for example Cross Site Scripting (XSS) and data-injection attacks. Unfortunately, CSP settings specified using the <meta> tag are likely to prevent the browser from sending monitoring data to DESK Server.

Resolve CSP browser issues

To resolve this issue, you can either set up a CSP HTTP header (replacing any existing CSP <meta> tags), or you can add your environment URL to CSP, as shown in the example below:

<meta http-equiv="Content-Security-Policy" content="default-src 'self'; connect-src 'self' https://{your environment id}.live.desk.com">