diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 26c77c2e..af586ab2 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -1330,23 +1330,6 @@ - - 'noprivate' 'private' - 'private' - &option.private.type; - &option.private.default; - -

- Set the private browsing option. In private browsing mode - history, cache files, cookies, form data, passwords, download list - entries, local and URL marks, command-line history - and macros are available only for the duration of the private - browsing session and deleted when returning to normal browsing - mode. See also privacy. -

-
-
- $&dactyl.idName;_RUNTIME 'rtp' 'runtimepath' diff --git a/common/modules/sanitizer.jsm b/common/modules/sanitizer.jsm index f5e08bef..01b0ecad 100644 --- a/common/modules/sanitizer.jsm +++ b/common/modules/sanitizer.jsm @@ -598,19 +598,6 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef }, options: function initOptions(dactyl, modules) { const options = modules.options; - if (services.has("privateBrowsing") && "privateBrowsingEnabled" in services.privateBrowsing) - options.add(["private", "pornmode"], - "Set the 'private browsing' option", - "boolean", false, - { - initialValue: true, - getter: function () services.privateBrowsing.privateBrowsingEnabled, - setter: function (value) { - if (services.privateBrowsing.privateBrowsingEnabled != value) - services.privateBrowsing.privateBrowsingEnabled = value; - }, - persist: false - }); options.add(["sanitizeitems", "si"], "The default list of private items to sanitize",