summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:06:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:09:27 +0000
commitfa982b001f5c0398e268b742b8d90176bfef73b0 (patch)
treef712e87c0de29d9419f7cccf7695934105b135b0 /debian
parentuser.js: Reverting to default WebRTC preferences. (diff)
downloadfirefox-fa982b001f5c0398e268b742b8d90176bfef73b0.tar.xz
firefox-fa982b001f5c0398e268b742b8d90176bfef73b0.zip
user.js: Enabling to use download directory by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 4722731b85..67d95c2af1 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -554,10 +554,6 @@ user_pref("pdfjs.enableScripting", false); // [FF86+]
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 ***/