Dears,I'm getting an error after loading the adrum.js:Refused to frame https://cdn.appdynamics.com/ because it violates the following Content Security Policy directive: frame-src 'self' www.google.comwww.google.com The EUM is reachable.EUM-processor:...
Hi @Ryan.Paredez ,We were able to fix the problem by disabling the config.xd in the EUM snippet config.xd = {enable : false};Example:<script charset='UTF-8'>
window['adrum-start-time'] = new Date().getTime();
(function(config){
config.appKey = 'E...
Hi Ryan,unfortunately, it did not work applying what is recommended in the doc you shared:C:\inetpub\wwwroot\wss\VirtualDirectories\{your-site}
Add the CSP Header to the <httpProtocol> section of the Web.config file.
<system.webServer>
<httpProto...