1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-02 20:54:10 +01:00

Respect 'sanitizetimespan' in command history sanitization.

This commit is contained in:
Kris Maglione
2009-09-10 16:33:36 -04:00
parent 444e016428
commit ed38331178
2 changed files with 11 additions and 3 deletions

View File

@@ -235,6 +235,8 @@ function Sanitizer() //{{{
if (options.getPref(self.prefDomain2 + "commandLine") == null)
options.setPref(self.prefDomain2 + "commandLine", false)
self.getClearRange = Sanitizer.getClearRange;
// Largely ripped from from browser/base/content/sanitize.js so we can override
// the pref strategy without stepping on the global prefs namespace.
self.sanitize = function () {