mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Fix typos
This commit is contained in:
committed by
GitHub
parent
ef0fb48f1f
commit
6a497a23d9
@@ -208,7 +208,7 @@ namespace proxy {
|
||||
void HTTPReqHandler::SanitizeHTTPRequest(i2p::http::HTTPReq & req)
|
||||
{
|
||||
/* drop common headers */
|
||||
req.RemoveHeader("Referer");
|
||||
req.RemoveHeader("Referrer");
|
||||
req.RemoveHeader("Via");
|
||||
req.RemoveHeader("From");
|
||||
req.RemoveHeader("Forwarded");
|
||||
|
||||
Reference in New Issue
Block a user