Created
January 25, 2023 14:50
-
-
Save cvakiitho/97097c51b7a0aee7ef79d78f9002a15b to your computer and use it in GitHub Desktop.
open jenkins CSP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "default-src * 'unsafe-inline' 'unsafe-eval'; font-src 'self' data:; script-src * 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'; frame-src *; style-src * 'unsafe-inline';") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment