]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Re-remove AllowDotExit deprecation.
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Nov 2017 12:58:27 +0000 (07:58 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Nov 2017 12:58:27 +0000 (07:58 -0500)
This was accidentally reintroduced in 5a46074e55.  It should be
harmless, though: the option is obsolete, so calling it deprecated
is redundant.

src/or/config.c

index d6e1abaa10c6cca4e0021c3c3827abfb3af45054..78db03c68adb292199cd7310d256c92b37996167 100644 (file)
@@ -691,11 +691,6 @@ static const config_var_t testing_tor_network_defaults[] = {
 #undef OBSOLETE
 
 static const config_deprecation_t option_deprecation_notes_[] = {
-  /* Deprecated since 0.2.9.2-alpha... */
-  { "AllowDotExit", "Unrestricted use of the .exit notation can be used for "
-    "a wide variety of application-level attacks." },
-  /* End of options deprecated since 0.2.9.2-alpha. */
-
   /* Deprecated since 0.3.2.0-alpha. */
   { "HTTPProxy", "It only applies to direct unencrypted HTTP connections "
     "to your directory server, which your Tor probably wasn't using." },