Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2004-02-17 | _escape(): Everything except the 'info' variable gets the normal web-safe | bwarsaw | 1 | -8/+19 | |
escaping. 'info' sanitizes just <script> and </script> tags. This partially closes bugs 870028 and 881369. | |||||
2004-02-17 | handleForm(): Call out to self._escape() to make any entered data web-safe. | bwarsaw | 1 | -3/+7 | |
This allows subclasses to override where necessary. The default implementaton is to call Utils.websafe(). | |||||
2004-01-20 | whitespace normalization | bwarsaw | 1 | -3/+3 | |
2004-01-20 | GetConfigInfo(): Elaborate on the details for bounce_score_threshold. | bwarsaw | 1 | -2/+14 | |
2003-12-13 | handleForm(): Close some cross-site scripting holes found by Dirk | bwarsaw | 2 | -4/+5 | |
Mueller. | |||||
2003-12-01 | True/False where appropriate. | bwarsaw | 1 | -18/+19 | |
handleForm(): Close a very minor, potential CSS hole. | |||||
2003-12-01 | GetConfigInfo(), handleForm(): Added header_filter_rules, a new variable which | bwarsaw | 1 | -2/+114 | |
collects regular expression rules to match against the message's outer headers, along with the action to take when a match occurs. | |||||
2003-12-01 | _getValidValue(): Basically ignore HeaderFilter widgets. They'll be handled | bwarsaw | 1 | -0/+2 | |
in the Privacy.py file. | |||||
2003-09-22 | Backporting from the HEAD -- updated u/i | bwarsaw | 3 | -7/+9 | |
2003-04-20 | Backporting from the trunk. | bwarsaw | 1 | -9/+27 | |
2003-03-31 | Backporting SF patch #683906, add $DESTDIR to install target, by | bwarsaw | 1 | -2/+3 | |
Ademar de Souza Reis Jr |