summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:25:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 02:25:37 +0000
commit98bb49ee59f2da4b05daa15f28b5cf72939cc8f3 (patch)
tree0c2b339ea2f6038f2781acb8f58bf083aa07e9b1
parentuser.js: Disabling autoplay of HTML5 media. (diff)
downloadfirefox-esr-98bb49ee59f2da4b05daa15f28b5cf72939cc8f3.tar.xz
firefox-esr-98bb49ee59f2da4b05daa15f28b5cf72939cc8f3.zip
user.js: Enabling to use download directory by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/local/pref/user.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index b3204f5fff..eeb93d5385 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -566,10 +566,6 @@ user_pref("permissions.delegation.enabled", false);
user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: false NON-LINUX]
/** DOWNLOADS ***/
-/* 2651: enable user interaction for security by always asking where to download
- * [SETUP-CHROME] On Android this blocks longtapping and saving images
- * [SETTING] General>Downloads>Always ask you where to save files ***/
-user_pref("browser.download.useDownloadDir", false);
/* 2652: disable downloads panel opening on every download [FF96+] ***/
user_pref("browser.download.alwaysOpenPanel", false);
/* 2653: disable adding downloads to the system's "recent documents" list ***/