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:...
Hello @Ryan.Paredez It seems that the solution I posted does not apply to most cases.I faced the same issue twice and the solution was to allow some policies on F5 loadbalancer related to CORS error.It worked on one case, but I now have about 3 cases...
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...