mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +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
|
|
@ -80,14 +80,6 @@ pref("browser.slowstartup.help.url", "http://www.palemoon.org/support/slowstartu
|
|||
// on a network error page (e.g. cert error)
|
||||
pref("browser.escape_to_blank", 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
|
||||
|
||||
// The minimum delay in seconds for the timer to fire.
|
||||
// default=2 minutes
|
||||
pref("app.update.timerMinimumDelay", 120);
|
||||
|
|
|
|||
|
|
@ -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