From 186668a01883127447f1b6042ea84c8f3cd7536b Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Wed, 22 Dec 2010 21:08:18 -0700 Subject: add cookie whitelisting, document BLACKLIST_COOKIE and WHITELIST_COOKIE events --- README | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index e0d9dc9..35492da 100644 --- a/README +++ b/README @@ -719,7 +719,6 @@ Events have this format: be a unix-timestamp or empty * `EVENT [uzbl_instance_name] DELETE_COOKIE domain path name value scheme expire`: When a cookie was deleted. arguments as ADD_COOKIE - Events/requests which the EM and its plugins listens for @@ -794,6 +793,15 @@ Events/requests which the EM and its plugins listens for `` is `+`, advance the cursor by one character, and if it is `-`, move the cursor back by one character. * `START_COMPLETION`: TODO explain completion +* `BLACKLIST_COOKIE`: add a rule for blacklisting cookies + - `request BLACKLIST_COOKIE `: Blacklist cookies where + `` matches ``. `` is one of `domain`, + `path`, `name`, `value`, `scheme` or `expires`. +* `WHITELIST_COOKIE`: add a rule for whitelisting cookies (if any whitelist is + set then only cookies that are whitelisted cookies will be used) + - `request WHITELIST_COOKIE `: Whitelist cookies where + `` matches ``. `` is one of `domain`, + `path`, `name`, `value`, `scheme` or `expires`. ### COMMAND LINE ARGUMENTS -- cgit v1.2.3