mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
This warning would previously be given every time we tried to open a connection to a foo.exit address, which could potentially be used to flood the logs. Now, we don't allow this warning to appear more than once every 15 minutes. Fixes bug 31466; bugfix on 0.2.2.1-alpha, when .exit was first deprecated.
5 lines
284 B
Text
5 lines
284 B
Text
o Minor bugfixes (logging):
|
|
- Rate-limit our the logging message about the obsolete .exit notation.
|
|
Previously, there was no limit on this warning, which could potentially
|
|
be triggered many times by a hostile website. Fixes bug 31466;
|
|
bugfix on 0.2.2.1-alpha.
|