diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:32 +0000 |
commit | c5292e21db81cf37048fdc8f281174eb7c0e699b (patch) | |
tree | 292b46e5751fc32a249eb63113f17d01b263019b /debian/local | |
parent | user.js: Reverting to default WebRTC preferences. (diff) | |
download | firefox-c5292e21db81cf37048fdc8f281174eb7c0e699b.tar.xz firefox-c5292e21db81cf37048fdc8f281174eb7c0e699b.zip |
user.js: Enabling to use download directory by default.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local')
-rw-r--r-- | debian/local/pref/user.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index ae28441c46..8e31ac0405 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -565,10 +565,6 @@ user_pref("browser.tabs.searchclipboardfor.middleclick", false); // [DEFAULT: fa user_pref("browser.contentanalysis.default_allow", false); // [FF124+] [DEFAULT: false] /** 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 ***/ |