Browse Source

Don't auto-submit the unsubscribe form. Email security scanners like Office 365 Enterprise open links and *execute JS* causing users to automatically unsubscribe the first time they receive an email. Can't think of a sane fix for this :-(

pull/313/head
Pēteris Caune 5 years ago
parent
commit
eafff677d9
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      templates/accounts/unsubscribe_submit.html

+ 0
- 2
templates/accounts/unsubscribe_submit.html View File

@ -12,6 +12,4 @@
class="btn btn-lg btn-primary"
value="Unsubscribe">
</form>
<script>document.getElementById("form").submit();</script>
{% endblock %}

Loading…
Cancel
Save