aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/README.uzbl-event-manager
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-02-14 21:54:00 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2011-02-14 21:54:00 -0700
commit940591850179640811bac6cf206fabae61964f55 (patch)
tree23325ce4f6899ef0dc35edc5747c5f2dd76495b6 /docs/README.uzbl-event-manager
parent7e5a921c93a580725b64fee3bdbf0af406d369a3 (diff)
parent6a737a7137c8cfbbe21bb5f0c0182ca2255a5b4c (diff)
Merge commit '6a737a7137' (keis/intcookies) into experimental
Conflicts: docs/README.uzbl-event-manager
Diffstat (limited to 'docs/README.uzbl-event-manager')
-rw-r--r--docs/README.uzbl-event-manager20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/README.uzbl-event-manager b/docs/README.uzbl-event-manager
index 92f0228..23e185c 100644
--- a/docs/README.uzbl-event-manager
+++ b/docs/README.uzbl-event-manager
@@ -83,20 +83,20 @@ events. If any whitelist is set, then any cookie that is not whitelisted will
be rejected. Otherwise, only cookies that have been blacklisted will be
rejected.
-BLACKLIST_COOKIE <part> <re>
- Adds a new blacklist filter. cookies where the component specified by
- `part` matches the regular expression `re` will be filtered. part can be
- either 0-5 or any of the symbolic names domain, path, name, value, scheme,
- expires
+BLACKLIST_COOKIE [<component> <re>]*
+ Adds a new blacklist filter. cookies where the components specified by
+ `component` matches the regular expression `re` will be filtered. component
+ may be either 0-5 or any of the symbolic names domain, path, name, value,
+ scheme, expires
- for example to block all cookies which name is "__utm" followed by a single
+ for example to block all cookies which name is "__utm" followed by a single
character (google analytics cookies) do.
request BLACKLIST_COOKIE name '^__utm.$'
-WHITELIST_COOKIE <part> <re>
- Adds a new whitelist filter. cookies where the component specified by
- `part` matches the regular expression `re` will be allowed. part can be any
- of the parts allowed for the BLACKLIST_COOKIE event
+WHITELIST_COOKIE [<component> <re>]*
+ Adds a new whitelist filter. cookies where the components specified by
+ `component` matches the regular expression `re` will be allowed. component
+ may be any of the components allowed for the BLACKLIST_COOKIE event
### history.py ###
- Status bar command history