mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 16:58:38 +09:00
Move the Mark of the Web pref to GRE pref file.
This commit is contained in:
parent
5a65d056d2
commit
c2013ffce4
2 changed files with 8 additions and 8 deletions
|
|
@ -118,6 +118,14 @@ pref("browser.cache.compression_level", 0);
|
|||
// Don't show "Open with" option on download dialog if true.
|
||||
pref("browser.download.forbid_open_with", false);
|
||||
|
||||
#ifdef XP_WIN
|
||||
// Save internet zone information on downloaded files:
|
||||
// 0 => Never
|
||||
// 1 => Always
|
||||
// 2 => Use system setting
|
||||
pref("browser.download.saveZoneInformation", 2);
|
||||
#endif
|
||||
|
||||
// Whether or not testing features are enabled.
|
||||
pref("dom.quotaManager.testing", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue