Provides extended security settings for Jenkins. More information on its GitHub repository.
ChangeLog
1.2 - 2019-09-05
- JENKINS-56217: Add option to remove one or more HTTP headers from unauthorized responses. In particular, this feature can be used to remove the
X-Jenkins
version header.
1.1 - 2019-07-30
- JENKINS-58729: Fix configuration page not displaying.
1.0 - 2019-07-19
- Add option to disable autocomplete of passwords in the signup and login forms.
- Add option to enable sending the HTTP header
X-XSS-Protection: 1; mode=block
to enable automatic blocking of suspected cross-site scripting attacks by web browsers that support this feature.