mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
This happened because we changed AutomapHostsSuffixes to replace "." with "", since a suffix of "" means "match everything." But our option handling code for CSV options likes to remove empty entries when it re-parses stuff. Instead, let "." remain ".", and treat it specially when we're checking for a match. Fixes bug 12509; bugfix on 0.2.0.1-alpha.
4 lines
146 B
Text
4 lines
146 B
Text
|
|
o Minor bugfixes (automapping):
|
|
- Prevent changes to other optoins from removing the wildcard value "."
|
|
from "AutomapHostsSuffixes".
|