-
-
Notifications
You must be signed in to change notification settings - Fork 636
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make disabling TRACE method usable in a .htaccess
file
#169
Conversation
I can't comment on this being I have no experience with this specific case. |
This is merely a PR to remain consistent (hence the reference to the |
Thanks for your PR, @Malvoz!
Well, that's not exactly the same since
Did you actually test it? |
A bit confusing to me is that |
I thought these things were also tested before implemented on your side. No I did not test the |
@Malvoz Ooops, sorry for late reply, I didn't see your reply.
This is because building configuration: server-configs-apache/htaccess.conf Line 78 in 029d244
Yes, it is partly tested manually. But in this case I wonder if a request with TRACE method will even make Apache read the |
.htaccess
file
For consistency - similarly to
ServerTokens Prod
which is only available from the main server config file, theTraceEnable
directive shouldn't be enabled by default.This PR adds an alternative method for disallowing
TRACE
from.htaccess
instead, which is enabled by default.