bug 650509 - Other apps can read Firefox profile files, change autocomplete cache to be user readable only r=mfinkle

This commit is contained in:
Brad Lassey 2011-05-13 14:20:23 -04:00
Родитель bc5dd2ba37
Коммит cde73e4b58
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;