mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-15 21:53:32 +02:00
Make info directory before attempting to save files there.
This commit is contained in:
@@ -378,12 +378,12 @@ var Sanitizer = Module("sanitizer", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakRef
|
||||
UNPERMS: Class.Memoize(function () iter(this.PERMS).map(Array.reverse).toObject()),
|
||||
|
||||
COMMANDS: {
|
||||
unset: /*L*/"Unset",
|
||||
allow: /*L*/"Allowed",
|
||||
deny: /*L*/"Denied",
|
||||
session: /*L*/"Allowed for the current session",
|
||||
list: /*L*/"List all cookies for domain",
|
||||
clear: /*L*/"Clear all cookies for domain",
|
||||
"unset": /*L*/"Unset",
|
||||
"allow": /*L*/"Allowed",
|
||||
"deny": /*L*/"Denied",
|
||||
"session": /*L*/"Allowed for the current session",
|
||||
"list": /*L*/"List all cookies for domain",
|
||||
"clear": /*L*/"Clear all cookies for domain",
|
||||
"clear-persistent": /*L*/"Clear all persistent cookies for domain",
|
||||
"clear-session": /*L*/"Clear all session cookies for domain"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user