Skip to content

Commit

Permalink
JENKINS-34462 - Support core plugin needs to obtain the status of whe…
Browse files Browse the repository at this point in the history
…ther CSRF protection is enabled
  • Loading branch information
Evildethow committed Apr 27, 2016
1 parent f231a0c commit e394d97
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -534,6 +534,7 @@ private static class AboutContent extends PrintedContent {
}
final JenkinsLocationConfiguration jlc = JenkinsLocationConfiguration.get();
out.println(" * Url: " + (jlc != null ? jlc.getUrl() : "No JenkinsLocationConfiguration available"));
out.println(" * CSRF Protection: " + jenkins.isUseCrumbs());
try {
final ServletContext servletContext = Stapler.getCurrent().getServletContext();
out.println(" * Servlet container");
Expand Down

0 comments on commit e394d97

Please sign in to comment.