mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Remove nonsensical Apache config directives
- AcceptPathInfo Off was breaking things (fixes: #1274) - Enabling DEFLATE compression for HTML and XML may make the site vulnerable to BREACH!
This commit is contained in:
@@ -8,12 +8,6 @@ SSLCipherSuite ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA25
|
|||||||
SSLHonorCipherOrder on
|
SSLHonorCipherOrder on
|
||||||
SSLCompression off
|
SSLCompression off
|
||||||
|
|
||||||
|
|
||||||
ServerSignature Off
|
|
||||||
AcceptPathInfo Off
|
|
||||||
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/pdf
|
|
||||||
AddDefaultCharset UTF-8
|
|
||||||
|
|
||||||
SSLOptions +StrictRequire
|
SSLOptions +StrictRequire
|
||||||
|
|
||||||
# Add vhost name to log entries:
|
# Add vhost name to log entries:
|
||||||
|
|||||||
Reference in New Issue
Block a user