forked from GithubBackups/healthchecks
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:
parent
f7496fb8cf
commit
eafff677d9
@ -12,6 +12,4 @@
|
|||||||
class="btn btn-lg btn-primary"
|
class="btn btn-lg btn-primary"
|
||||||
value="Unsubscribe">
|
value="Unsubscribe">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>document.getElementById("form").submit();</script>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user