This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
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
f7496fb8cf
commit
eafff677d9
No known key found for this signature in database
GPG Key ID:
E28D7679E9A9EDE2
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 %}
Write
Preview
Loading…
Cancel
Save