aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/plugins/cookies.py
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'lucab/master'Gravatar Brendan Taylor2012-02-12
|\
| * Restrict third-party access to cookie jar (CVE-2012-0843)Gravatar Luca Bruno2012-02-12
| | | | | | | | | | | | | | | | Make sure new cookie jar is created with no permission for "others", and remove excessive rights on existing jar if any. This fixes CVE-2012-0843 and uzbl bug #291. Signed-off-by: Luca Bruno <lucab@debian.org>
* | preserve HttpOnly flag on cookies to prevent XSS attacksGravatar Dylan Simon2011-09-17
|/
* move common function related to escaping to PluginGravatar keis2011-02-15
|
* grok quoted strings in a select places in the emGravatar keis2011-02-15
|
* multiple components/re -pairs in cookie filtersGravatar keis2011-01-17
|
* malformed cookie rows pass through deleteGravatar keis2011-01-01
|
* change open mode for writing cookies to 'a'Gravatar Brendan Taylor2010-12-28
|
* WHITE/BLACKLIST_COOKIE regexp matches anywhere in the string (instead of ↵Gravatar Brendan Taylor2010-12-24
| | | | only from start)
* add cookie whitelisting, document BLACKLIST_COOKIE and WHITELIST_COOKIE eventsGravatar Brendan Taylor2010-12-22
|
* put session cookies in fileGravatar keis2010-12-18
|
* should open file with a+ when writing cookiesGravatar keis2010-12-18
|
* basic blacklisting in cookies pluginGravatar keis2010-12-17
|
* keep session cookies in em pluginGravatar keis2010-12-17
|
* cookie forwarder as EM pluginGravatar keis2010-12-13
persistance to mozilla cookies.txt format