CDN hosted assets
Your app’s assets are hosted on a CDN and you see the following warning message in the browser’s web console:crossorigin attribute is present in all your JavaScript tags.
Content Security Policy (CSP)
Your Application’s content Security Policy might prevent the error tracking library from sending data to ourhttps://appsignal-endpoint.net endpoint.
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. These attacks are used for everything from data theft to site defacement to distribution of malware.Make sure to add
https://appsignal-endpoint.net to your Content Security Policy header, if present.
With just AppSignal in the header:
Shell
Shell