Configuring content security policy

2017-02-23 Thread KaliRajan G
Jenkins doesn’t allow the CSS and Font Styles (Configuring Content Security 
Policy) as per Jenkins security policy by default.  We want to enable that the 
CSS and Font styles. So, we used the below groovy command to enable the CSS and 
Font Styles.
Groovy command:
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")
Even also font styles were not applied. How can i  enable the font styles to 
Jenkins to view the html file with CSS and Font Styles applied? Is there any 
help documentation link?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c131934b-41d5-4e70-a0e7-ac647a4a043c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Configuring Content Security Policy

2017-02-22 Thread KaliRajan G
Jenkins didn't allowed the css and Font Styles(Configuring Content Security 
Policy).We want to enable that the css and Font styles,
So We have unset the header using below groovy command for enable the css 
and Font Styles,
Even also font styles were not applied my report Files.How Can I enable the 
font Styles to Jenkins?

Groovy command: 
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/456ef8b1-ff5c-4899-9554-11d72b5500c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Configuring Content Security Policy

2017-02-22 Thread KaliRajan G
Jenkins didn't allowed the css and Font Styles(Configuring Content Security 
Policy).We want to enable that the css and Font styles,
So We have unset the header using below groovy command for enable the css 
and Font Styles,
Even also font styles were not applied my report Files.How Can I enable the 
font Styles to Jenkins?

Groovy command: 
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "")

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/8d870f4c-c7ed-49e3-973c-2303e0ae1ded%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.