mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix bug2752 : 48-char HTTPProxyAuthenticator limitation
Bumped the char maximum to 512 for HTTPProxyAuthenticator & HTTPSProxyAuthenticator. Now stripping all '\n' after base64 encoding in alloc_http_authenticator.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
o Minor bugfixes
|
||||
- Tor used to limit HttpProxyAuthenticator values to 48 characters.
|
||||
Changed the limit to 512 characters by removing base64 newlines.
|
||||
Fixes bug 2917.
|
||||
|
||||
Reference in New Issue
Block a user