Hi all,
manually instrumented my PHP application with the adrum snippet in the page, the following snippet is inserted fine just after the head opening tag:
<script type="text/javascript" src="/adrum.js"></script>
I further copied the adrum-extXX.js script to my host and edited adrum.js to refer to that local copy instead the cdn.appdynamics.com hosted JS.
However, I still see a CSP violation in the javascript console on every load of the page:
Refused to load the script 'https://xxx/adrum-ext.63e9f33be79086444fbb75051659bdae.js' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval'"
It fails both on Chrome 42 and Firefox 37 (on Mac OS).
Any chance to get this working?
Regards, Tobias
Update: seems Firefox actually works, but Chrome does not.