user.js

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

commit 9fbe3080c54ac4e5c1894ba7a8507f72b45dad40
parent 8a98cd18902ffa4bfcbe523e20c832d79aa5e6a6
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 22 Apr 2019 13:28:07 +0000

2651: add setup-chrome tag
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1356,7 +1356,7 @@ user_pref("network.protocol-handler.external.ms-windows-store", false); * 0=desktop 1=downloads 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 the user where to download +/* 2651: enforce user interaction for security by always asking where to download [SETUP-CHROME] * [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 ***/