From: Nick Mathewson Date: Fri, 15 Sep 2017 16:10:47 +0000 (-0400) Subject: Merge branch 'remove_allow_dotexit_v2' X-Git-Tag: tor-0.3.2.1-alpha~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37302e64a4c53975bfb300bd46024d1eb503bd11;p=thirdparty%2Ftor.git Merge branch 'remove_allow_dotexit_v2' --- 37302e64a4c53975bfb300bd46024d1eb503bd11 diff --cc src/or/config.c index 4a1361f9f4,d2c076b712..93a0008987 --- a/src/or/config.c +++ b/src/or/config.c @@@ -684,11 -670,11 +684,6 @@@ static const config_var_t testing_tor_n #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." }, - { "ClientDNSRejectInternalAddresses", "Turning this on makes your client " - "easier to fingerprint, and may open you to esoteric 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." },