Hello Team,
I want to pass this CSP only to my agents and fetch the reports.html but its not working. Do I need to pass in Jenkins controller ?
If I need to pass this in agent , In the agent configuration I am passing it as environment variable and its not working
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP",
"sandbox; default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline';");