mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-05-01 01:04:06 +02:00
Whitespace fixes.
--HG-- extra : rebase_source : 751d7904f8054e889abbd2590b45a8853dc659ee
This commit is contained in:
@@ -431,7 +431,6 @@ const Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakR
|
||||
privateData: true
|
||||
});
|
||||
|
||||
|
||||
function getPerms(host) {
|
||||
let uri = util.createURI(host);
|
||||
if (uri)
|
||||
@@ -586,11 +585,11 @@ const Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakR
|
||||
validator: function (value) /^(a(ll)?|s(ession)|\d+[mhdw])$/.test(value)
|
||||
});
|
||||
|
||||
|
||||
options.add(["cookies", "ck"],
|
||||
"The default mode for newly added cookie permissions",
|
||||
"stringlist", "session",
|
||||
{ completer: function (context) iter(Sanitizer.COMMANDS) });
|
||||
|
||||
options.add(["cookieaccept", "ca"],
|
||||
"When to accept cookies",
|
||||
"string", "all",
|
||||
@@ -609,6 +608,7 @@ const Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakR
|
||||
initialValue: true,
|
||||
persist: false
|
||||
});
|
||||
|
||||
options.add(["cookielifetime", "cl"],
|
||||
"The lifetime for which to accept cookies",
|
||||
"string", "default", {
|
||||
|
||||
Reference in New Issue
Block a user