mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 07:05:44 +01:00
Reconcile the format of 'sanitizeitems' with most other list options.
This commit is contained in:
@@ -1321,7 +1321,10 @@
|
||||
<description>
|
||||
<p>
|
||||
The default list of private items to sanitize. See
|
||||
<ex>:sanitize</ex> for a list and explanation of possible values.
|
||||
<ex>:sanitize</ex> for a list and explanation of possible values. A
|
||||
value of <str>all</str> will cause all items to be sanitized. Items
|
||||
may be excluded by prefixing them with a <tt>!</tt>. The first
|
||||
matching item takes precedence.
|
||||
</p>
|
||||
</description>
|
||||
</item>
|
||||
|
||||
@@ -75,6 +75,13 @@
|
||||
<dt>sitesettings</dt> <dd>Site preferences</dd>
|
||||
</dl>
|
||||
|
||||
<p>
|
||||
Items may be excluded by prefixing them with a <tt>!</tt>. The first
|
||||
matching item takes precedence. Therefore, the value
|
||||
<tt>!commandline all</tt> will sanitize all items but the command
|
||||
line. A value of <tt>all !commandline</tt> will sanitize all items.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
When <em>history</em> items are sanitized, all command-line
|
||||
history items containing URLs or page titles (other than bookmark
|
||||
|
||||
Reference in New Issue
Block a user