commit e7ac8cde9e3719870cba0f3281266cb5903c7377 Author: David Fifield david@bamsoftware.com Date: Fri Jan 4 12:30:16 2013 -0800
Add a link to opt-in mailing list post. --- proxy/options.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/proxy/options.html b/proxy/options.html index b7e8c59..a2b8480 100644 --- a/proxy/options.html +++ b/proxy/options.html @@ -124,7 +124,7 @@ function update_setting_text() { if (value === undefined) { setting.innerHTML = prefix + "unspecified. Your browser may or may not " + "run as a proxy, depending on how the website " + - "administrator has configured the badge. Click " + + "administrator has configured the badge. (See <a href="https://lists.torproject.org/pipermail/tor-dev/2012-December/004318.html%5C%... mailing list post</a> for more information about opt-in versus opt-out.) Click " + "the buttons below to change your setting."; } else if (value === "1") { setting.innerHTML = prefix + "use my browser as a proxy. " +
tor-commits@lists.torproject.org