Created
November 30, 2018 06:24
-
-
Save ansig/b8b695a44f9ae6d4f9af781235f9641a to your computer and use it in GitHub Desktop.
Setting the Content Security Config in Jenkins to properly show Maven site html
This file contains 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", "sandbox; default-src 'none'; img-src 'self'; style-src 'self' 'unsafe-inline';") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment