summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 15:05:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 15:05:51 +0000
commit2031b1be4e0cbc68e8df35fc8c77429228a5a138 (patch)
tree07a55986b3ad76abe43c19ac772dae15fbdfbf60
parentuser.js: Enabling DRM opt-in. (diff)
downloadfirefox-2031b1be4e0cbc68e8df35fc8c77429228a5a138.tar.xz
firefox-2031b1be4e0cbc68e8df35fc8c77429228a5a138.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 6286de196a..aa88988b36 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1109,10 +1109,6 @@ user_pref("extensions.postDownloadThirdPartyPrompt", false);
* 0=desktop, 1=downloads (default), 2=last used
* [SETTING] To set your default "downloads": General>Downloads>Save files to ***/
// user_pref("browser.download.folderList", 2);
-/* 2651: enforce 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 adding downloads to the system's "recent documents" list ***/
user_pref("browser.download.manager.addToRecentDocs", false);
/* 2654: disable "open with" in download dialog [FF50+] [SETUP-HARDEN]