commit 6fdd27440fe6c41e6184305d83bee19ca1ed5aab Author: Enjeck Cleopatra 32180937+PROTechThor@users.noreply.github.com Date: Thu Oct 10 10:19:10 2019 +0100
Minor change --- templates/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/contact.html b/templates/contact.html index 46792d4..016b2a4 100644 --- a/templates/contact.html +++ b/templates/contact.html @@ -77,7 +77,7 @@ </div> <div class="row mt-3 mr-5"> <h4 class="text-primary">{{ _('Report a security issue.') }}</h4> - <p class="text-tpo">{{ _("If you've found a security issue in one of our projects or in our infrastructure, please email tor-security@lists.torproject.org. Feel free to submit a bug report for our <a href="https://hackerone.com/torproject" target="_blank">{{ _('bug bounty program.') }}</a> If you want to encrypt your mail, you can get the GPG public key for the list by contacting tor-security-sendkey@lists.torproject.org or from pool.sks-keyservers.net. Here is the fingerprint:") }}</p> + <p class="text-tpo">{{ _("If you've found a security issue in one of our projects or in our infrastructure, please email tor-security@lists.torproject.org. If you found a bug in Tor or Tor Browser, feel free to submit a bug report for our <a href="https://hackerone.com/torproject" target="_blank">{{ _('bug bounty program.') }}</a> If you want to encrypt your mail, you can get the GPG public key for the list by contacting tor-security-sendkey@lists.torproject.org or from pool.sks-keyservers.net. Here is the fingerprint:") }}</p> </div> <div class="row mt-3 mr-5"> <p class="nick text-primary">gpg --fingerprint tor-security@lists.torproject.org <br />
tor-commits@lists.torproject.org