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 :-(

This commit is contained in:
Pēteris Caune 2019-12-10 10:41:10 +02:00
parent f7496fb8cf
commit eafff677d9
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

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