Loading CHANGELOG +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,11 @@ Changes in version 0.8.1 - commands whose email body line starts with a '>' character, which is typically used for email quotes. * FIXES https://bugs.torproject.org/28533 The frontdesk is seeing plenty of empty bogus emails. This fix removes the email links and instead encourages users to take a look at the Tor Browser Manual and at our Support Portal. Changes in version 0.8.0 - 2019-08-20 * FIXES https://bugs.torproject.org/9316 Loading bridgedb/distributors/https/templates/base.html +2 −5 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ ${next.body(strings, rtl=rtl, lang=lang, **kwargs)} <h4>${_(strings.HELP[0])}</h4> <p> ${_(strings.HELP[1]) % \ ("""<a href="mailto:frontdesk@torproject.org">frontdesk@torproject.org</a>""")} ${_(strings.HELP[2])} ("""<a href="https://tb-manual.torproject.org/circumvention/">Tor Browser Manual</a>""", """<a href="https://support.torproject.org/#censorship">Support Portal</a>""")} </p> </div> </div> <!-- end faq --> Loading @@ -84,9 +84,6 @@ ${next.body(strings, rtl=rtl, lang=lang, **kwargs)} <a href="https://gitweb.torproject.org/bridgedb.git/tree/CHANGELOG"> <i class="icon icon-large icon-rocket"><span id="footer-changelog"> ${_("Changelog")}</span></i></a> · <a href="mailto:frontdesk@torproject.org"> <i class="icon icon-large icon-envelope"><span id="footer-contact"> ${_("Contact")}</span></i></a> · <a href="../keys"><i class="icon icon-large icon-key"><span id="footer-keys"> ${_("Public Keys")}</span></i></a> </p> <br /> Loading bridgedb/strings.py +1 −8 Original line number Diff line number Diff line Loading @@ -114,14 +114,7 @@ send the email using an address from one of the following email providers: HELP = { 0: _("My bridges don't work! I need help!"), # TRANSLATORS: Please DO NOT translate "Tor". 1: _("""If your Tor doesn't work, you should email %s."""), # TRANSLATORS: Please DO NOT translate "Pluggable Transports". # TRANSLATORS: Please DO NOT translate "Tor Browser". # TRANSLATORS: Please DO NOT translate "Tor". 2: _("""\ Try including as much info about your case as you can, including the list of bridges and Pluggable Transports you tried to use, your Tor Browser version, and any messages which Tor gave out, etc."""), 1: _("""If your Tor cannot connect, please take a look at the %s and our %s."""), } BRIDGES = { Loading Loading
CHANGELOG +5 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,11 @@ Changes in version 0.8.1 - commands whose email body line starts with a '>' character, which is typically used for email quotes. * FIXES https://bugs.torproject.org/28533 The frontdesk is seeing plenty of empty bogus emails. This fix removes the email links and instead encourages users to take a look at the Tor Browser Manual and at our Support Portal. Changes in version 0.8.0 - 2019-08-20 * FIXES https://bugs.torproject.org/9316 Loading
bridgedb/distributors/https/templates/base.html +2 −5 Original line number Diff line number Diff line Loading @@ -66,8 +66,8 @@ ${next.body(strings, rtl=rtl, lang=lang, **kwargs)} <h4>${_(strings.HELP[0])}</h4> <p> ${_(strings.HELP[1]) % \ ("""<a href="mailto:frontdesk@torproject.org">frontdesk@torproject.org</a>""")} ${_(strings.HELP[2])} ("""<a href="https://tb-manual.torproject.org/circumvention/">Tor Browser Manual</a>""", """<a href="https://support.torproject.org/#censorship">Support Portal</a>""")} </p> </div> </div> <!-- end faq --> Loading @@ -84,9 +84,6 @@ ${next.body(strings, rtl=rtl, lang=lang, **kwargs)} <a href="https://gitweb.torproject.org/bridgedb.git/tree/CHANGELOG"> <i class="icon icon-large icon-rocket"><span id="footer-changelog"> ${_("Changelog")}</span></i></a> · <a href="mailto:frontdesk@torproject.org"> <i class="icon icon-large icon-envelope"><span id="footer-contact"> ${_("Contact")}</span></i></a> · <a href="../keys"><i class="icon icon-large icon-key"><span id="footer-keys"> ${_("Public Keys")}</span></i></a> </p> <br /> Loading
bridgedb/strings.py +1 −8 Original line number Diff line number Diff line Loading @@ -114,14 +114,7 @@ send the email using an address from one of the following email providers: HELP = { 0: _("My bridges don't work! I need help!"), # TRANSLATORS: Please DO NOT translate "Tor". 1: _("""If your Tor doesn't work, you should email %s."""), # TRANSLATORS: Please DO NOT translate "Pluggable Transports". # TRANSLATORS: Please DO NOT translate "Tor Browser". # TRANSLATORS: Please DO NOT translate "Tor". 2: _("""\ Try including as much info about your case as you can, including the list of bridges and Pluggable Transports you tried to use, your Tor Browser version, and any messages which Tor gave out, etc."""), 1: _("""If your Tor cannot connect, please take a look at the %s and our %s."""), } BRIDGES = { Loading