Trying to get the ArcGIS JS API 3.28 to load in an environment with a Content-Security-Policy with the following
script-src 'self' 'https://js.arcgis.com/3.28' and the application will not load as it seem init.js fails the 'unsafe-eval' directive
init.js:14 Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "script-src 'self' https://js.arcgis.com/3.28/"
at new Function (<anonymous>)
at init.js:14
at init.js:38
Has anybody else tried using the api in such an environment and had success?