diff --git a/common/content/sanitizer.js b/common/content/sanitizer.js index eaa33379..fcaf028d 100644 --- a/common/content/sanitizer.js +++ b/common/content/sanitizer.js @@ -115,7 +115,7 @@ function Sanitizer() //{{{ options.setPref("privacy.sanitize.timeSpan", value); return value; }, - getter: function () options.getPref("privacy.sanitize.timeSpan"), + getter: function () options.getPref("privacy.sanitize.timeSpan", this.defaultValue), completer: function (value) [ ["0", "Everything"], ["1", "Last hour"],