mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
bug 650509 - Other apps can read Firefox profile files, change autocomplete cache to be user readable only r=mfinkle
This commit is contained in:
parent
bc5dd2ba37
commit
cde73e4b58
@ -42,7 +42,7 @@ Cu.import("resource://gre/modules/XPCOMUtils.jsm");
|
||||
Cu.import("resource://gre/modules/NetUtil.jsm");
|
||||
Cu.import("resource://gre/modules/Services.jsm");
|
||||
|
||||
const PERMS_FILE = 0644;
|
||||
const PERMS_FILE = 0600;
|
||||
const PERMS_DIRECTORY = 0755;
|
||||
|
||||
const MODE_RDONLY = 0x01;
|
||||
|
Loading…
Reference in New Issue
Block a user