Explorar o código

Apache TraceEnable Off (#4863)

I have just received an e-mail with a security concern.
Although most likely an obsolete concern (old browsers with Java applets), and the Apache team saying that there is no problem, let's disable the TRACE method by default in our Docker images until we hear anybody actually wanting this feature.
https://httpd.apache.org/docs/current/mod/core.html#traceenable
https://owasp.org/www-community/attacks/Cross_Site_Tracing
Alexandre Alapetite %!s(int64=3) %!d(string=hai) anos
pai
achega
e1b2f6ae13
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Docker/FreshRSS.Apache.conf

+ 1 - 0
Docker/FreshRSS.Apache.conf

@@ -8,6 +8,7 @@ CustomLog /dev/stdout combined_proxy
 ErrorLog /dev/stderr
 AllowEncodedSlashes On
 ServerTokens OS
+TraceEnable Off
 
 <Directory />
 	AllowOverride None