mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-29 21:43:36 +02:00
browser.download.always_ask_before_handling_new_types=false
This commit is contained in:
parent
e69463fd5e
commit
dc66d0e880
1 changed files with 1 additions and 1 deletions
|
@ -594,7 +594,7 @@ user_pref("browser.download.alwaysOpenPanel", false);
|
|||
user_pref("browser.download.manager.addToRecentDocs", true);
|
||||
/* 2654: enable user interaction for security by always asking how to handle new mimetypes [FF101+]
|
||||
* [SETTING] General>Files and Applications>What should Firefox do with other files ***/
|
||||
user_pref("browser.download.always_ask_before_handling_new_types", true);
|
||||
user_pref("browser.download.always_ask_before_handling_new_types", false);
|
||||
|
||||
/** EXTENSIONS ***/
|
||||
/* 2660: limit allowed extension directories
|
||||
|
|
Loading…
Add table
Reference in a new issue