docker run -d -e JAVA_OPTS="-Duser.timezone=Europe/Madrid -Dhudson.model.DirectoryBrowserSupport.CSP=\"default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline';\"" --name $SUT_CONTAINER -P $SUT_IMAGE } @test "[${SUT_DESCRIPTION}] ...
Although these protections are largely unnecessary in modern browsers when sites implement a strong Content-Security-Policy that disables the use of inline JavaScript ('unsafe-inline'), they can still provide protections for users of older web browsers that don't yet support CSP. From <https: ...
Additional help for CSP rules can be found here: https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk --- for Construct2 users --- If your Construct2 app displays a black screen when it starts on an iOS 10 device, but works fine on an iOS 9...