diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:30:47 +0000 |
commit | 79f0e5e7cc2687e6c203df04dc251703969c9758 (patch) | |
tree | d0bfc7810537f8e082364096257ef2b5ccffd62d /debian | |
parent | user.js: Enabling DRM opt-in. (diff) | |
download | firefox-79f0e5e7cc2687e6c203df04dc251703969c9758.tar.xz firefox-79f0e5e7cc2687e6c203df04dc251703969c9758.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.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index 33a037da78..dbb497d1ba 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -579,10 +579,6 @@ user_pref("network.protocol-handler.external.ms-windows-store", false); user_pref("permissions.delegation.enabled", 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 ***/ |