Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #59 from Evildethow/feature/JENKINS-34462
Browse files Browse the repository at this point in the history
JENKINS-34462 - Support core plugin needs to obtain the status of whether CSRF protection is enabled
  • Loading branch information
christ66 committed Apr 28, 2016
2 parents f231a0c + 1b0969f commit 054936a
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -551,6 +551,7 @@ private static class AboutContent extends PrintedContent {
out.println();
out.println(" * Security realm: " + getDescriptorName(jenkins.getSecurityRealm()));
out.println(" * Authorization strategy: " + getDescriptorName(jenkins.getAuthorizationStrategy()));
out.println(" * CSRF Protection: " + Helper.getActiveInstance().isUseCrumbs());
out.println();
out.println("Active Plugins");
out.println("--------------");
Expand Down

0 comments on commit 054936a

Please sign in to comment.