diff options
author | Mark Sapiro <msapiro@value.net> | 2011-04-25 16:26:13 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-04-25 16:26:13 -0700 |
commit | 7ef6c582816cb349f240054064d495753a916408 (patch) | |
tree | 57ab4a00cad7b892e8ef64ac58237ef0c2d30a7b /NEWS | |
parent | 9bc9d9c391b0726d9b4538a79732f24f7d974443 (diff) | |
download | mailman2-7ef6c582816cb349f240054064d495753a916408.tar.gz mailman2-7ef6c582816cb349f240054064d495753a916408.tar.xz mailman2-7ef6c582816cb349f240054064d495753a916408.zip |
Strengthened escaping of user web data by including some characters that
some older browsers misinterpret as < or >.
Diffstat (limited to '')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Here is a history of user visible changes to Mailman. Bug Fixes and other patches + - Strengthened escaping of user web data by including some characters that + some older browsers misinterpret as < or >. + - Mailman now sets the 'secure' flag in cookies set via https URLs. Bug #770377. |