diff options
author | Mark Sapiro <mark@msapiro.net> | 2020-10-22 12:15:52 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2020-10-22 12:15:52 -0700 |
commit | 9dd4dc9131506dff9dd8744b254b69f15d1a729c (patch) | |
tree | e3da8be0202b99c2027af4730cf4479b9ed551a7 /Mailman | |
parent | cecc0ea4d8d4b813bcf8b04eb2c45b6143de3a7c (diff) | |
download | mailman2-9dd4dc9131506dff9dd8744b254b69f15d1a729c.tar.gz mailman2-9dd4dc9131506dff9dd8744b254b69f15d1a729c.tar.xz mailman2-9dd4dc9131506dff9dd8744b254b69f15d1a729c.zip |
Added onhashchange to the HTML _badwords list.
Diffstat (limited to 'Mailman')
-rw-r--r-- | Mailman/Utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py index 6e39c532..2615229b 100644 --- a/Mailman/Utils.py +++ b/Mailman/Utils.py @@ -1096,6 +1096,7 @@ _badwords = [ r'\bonfilterchange\b', r'\bonfinish\b', r'\bonfocus(?:in|out)?\b', + r'\bonhashchange\b', r'\bonhelp\b', r'\boninput\b', r'\bonkey(?:up|down|press)\b', |