From 20a3f8c006445b176fa8559f6529c2cf3cb75b0d Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 20 Apr 2018 16:13:21 +0200 Subject: Move the Mark of the Web pref to GRE pref file. --- modules/libpref/init/all.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules') diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js index 385694783..182de4a11 100644 --- a/modules/libpref/init/all.js +++ b/modules/libpref/init/all.js @@ -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); -- cgit v1.2.3