tinyproxy / tinyproxy

tinyproxy - a light-weight HTTP/HTTPS proxy daemon for POSIX operating systems
GNU General Public License v2.0
4.67k stars 645 forks source link

Basic Authentication - Accept special characters in username and password configuration setting, matching the USERNAME and PASSWORD regexp constants respectively. #516

Closed vityank closed 7 months ago

rofl0r commented 8 months ago

while at it, why not use the USERNAME regex for username too ?

vityank commented 7 months ago

while at it, why not use the USERNAME regex for username too ?

Done.