From 877167cf267f75ac68f1a18091f7e9a00bd94303 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Fri, 20 Apr 2018 15:59:23 +0200 Subject: Re-implement pref-able file zone information ("Mark of the Web") See also: https://github.com/MoonchildProductions/Pale-Moon/issues/593 https://github.com/MoonchildProductions/Pale-Moon/pull/599 --- application/palemoon/app/profile/palemoon.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'application') diff --git a/application/palemoon/app/profile/palemoon.js b/application/palemoon/app/profile/palemoon.js index ee4a95d38..453be9c99 100644 --- a/application/palemoon/app/profile/palemoon.js +++ b/application/palemoon/app/profile/palemoon.js @@ -80,6 +80,14 @@ 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); -- cgit v1.2.3