diff options
author | Marco Peereboom <marco@conformal.com> | 2011-01-07 02:11:05 +0000 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2011-01-07 02:11:05 +0000 |
commit | f6ed3642d70fa6b07817c6a3c0508cb14a5709ab (patch) | |
tree | 095bcb15ba263be8f410135174d7eff33668e676 | |
parent | b8661e18f62d9c28863a6b07dbe80a7f47cda858 (diff) | |
download | xombrero-f6ed3642d70fa6b07817c6a3c0508cb14a5709ab.tar.gz |
doco cookie command
-rw-r--r-- | xxxterm.1 | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/xxxterm.1 b/xxxterm.1 index e6897fa..4f49d1b 100644 --- a/xxxterm.1 +++ b/xxxterm.1 @@ -409,7 +409,7 @@ Show favorites .It Cm favadd Add current page to favorites .It Cm js -The js command is used to manipulate the Java Script white lists. +The js command is used to manipulate the Java Script white list. Used by itself it expands to "js show all". .It Cm js show all Shows all persistent and session entries in the JS white list. @@ -430,13 +430,28 @@ This action will enable Java Script if it is currently disabled for this entry. Toggle Java Script execution for the current FQDN. .It Cm js toggle domain Toggle Java Script execution for the current top level domain. -.It Cm cookieadd -Add current page domain as a cookie white list entry to the runtime -configuration file. -This action will also allow cookies if it is currently disallowed for this -domain. -If there are volatile session cookies then those will be saved into the -persistent cookie jar. +.It Cm cookie +The cookie command is used to manipulate the cookie white list. +Used by itself it expands to "cookie show all". +.It Cm cookie show all +Shows all persistent and session entries in the cookie white list. +.It Cm cookie show persistent +Shows all persistent entries in the cookie white list. +.It Cm cookie show session +Shows all session entries in the cookie white list. +.It Cm cookie save +.It Cm cookie save fqdn +Saves the current fully qualified domain name to the persitent white list. +.It Cm cookie save domain +Saves the top level domain name to the persitent white list. +E.g. the www.peereboom.us domain would result in saving .peereboom.us . +.Pp +This action will enable cookies if it is currently disabled for this entry. +.It Cm cookie toggle +.It Cm cookie toggle fqdn +Toggle Java Script execution for the current FQDN. +.It Cm cookie toggle domain +Toggle cookie support for the current top level domain. .It Cm dl Show download manager .It Cm print |