JanssenProject / JanssenProject/jans
chore(jans-linux-setup): remove deprecated directives from Apache conf file
Open
comp-jans-linux-setup
kind-dependencies
- Dominant language
- Java
- Stars
- 648
- Forks
- 174
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 110
Description
Our [template](https://github.com/JanssenProject/jans/blob/main/jans-linux-setup/jans_setup/templates/apache/https_jans.conf) has a couple of deprecated directives:
- X-XSS-Protection header - see https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-XSS-Protection
- `SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0` - a hack for Internet Explorer issues)
I think it is safe to remove.
Contributor guide
Assessment
This issue has not been assessed yet.