Unverified Commit 8a2f182b authored by Philipp Winter's avatar Philipp Winter
Browse files

Merge branch 'fix/28533' into develop

parents a65b843d 55d248ba
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
+2 −5
Original line number Diff line number Diff line
@@ -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 -->
@@ -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">&nbsp;${_("Changelog")}</span></i></a>
    &nbsp; &middot; &nbsp;
    <a href="mailto:frontdesk@torproject.org">
      <i class="icon icon-large icon-envelope"><span id="footer-contact">&nbsp;${_("Contact")}</span></i></a>
    &nbsp; &middot; &nbsp;
    <a href="../keys"><i class="icon icon-large icon-key"><span id="footer-keys">&nbsp;${_("Public Keys")}</span></i></a>
  </p>
  <br />
+1 −8
Original line number Diff line number Diff line
@@ -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 = {