This test is currently failing in ATH when CSP is run in restrictive (or report-only) mode. Figure out how to get the test to pass. The CSP report is a bit ambiguous regarding the source of the problem:
2024-10-14T17:20:49.450849886Z (anonymous) hudson.model.FreeStyleProject configure script-src eval <UNKNOWN>
- is related to
-
JENKINS-71520 [core] CSP compatibility: geval calls in hudson-behaviour.js
-
- Open
-
- links to
I debugged this inside of ATH's browser and found that the eval is coming from https://github.com/jenkinsci/jenkins/blob/e097c2218e2c406b782ef0447f44a48672b4bf14/war/src/main/webapp/scripts/hudson-behavior.js#L1055 which is JENKINS-71520.