user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a35cba391488944f6717b1d92917b5eee54ce93e
parent e16425310f679658601235020c6b710664418981
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Thu, 12 Sep 2019 16:22:09 +0000

2651: android UI breakage, closes #795
Diffstat:
Muser.js | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1180,7 +1180,8 @@ user_pref("network.protocol-handler.external.ms-windows-store", 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] +/* 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 ***/