aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2011-01-17 21:37:08 +0100
committerGravatar keis <keijser@gmail.com>2011-01-17 21:37:08 +0100
commit6a737a7137c8cfbbe21bb5f0c0182ca2255a5b4c (patch)
treecea22066f163c5ab3a195db077c84356d855f9ca /README
parente8814adcd1835d6faa0ad166ba1bf2aaf64bb5e0 (diff)
multiple components/re -pairs in cookie filters
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index a8c500c..d20cbd2 100644
--- a/README
+++ b/README
@@ -770,12 +770,12 @@ Events/requests which the EM and its plugins listens for
move the cursor back by one character.
* `START_COMPLETION`: TODO explain completion
* `BLACKLIST_COOKIE`: add a rule for blacklisting cookies
- - `request BLACKLIST_COOKIE <component> <regexp>`: Blacklist cookies where
+ - `request BLACKLIST_COOKIE [<component> <regexp>]*`: Blacklist cookies where
`<component>` matches `<regexp>`. `<component>` 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 <component> <regexp>`: Whitelist cookies where
+ - `request WHITELIST_COOKIE [<component> <regexp>]*`: Whitelist cookies where
`<component>` matches `<regexp>`. `<component>` is one of `domain`,
`path`, `name`, `value`, `scheme` or `expires`.