-
-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
browser.download.useDownloadDir #267
Comments
You're not wrong. The pref Lines 322 to 339 in f269678
We currently have settings that prioritizes security and users who prefer to download in various locations. A build that balances annoyances and security may be: user_pref("browser.download.useDownloadDir", true); // DEFAULT
user_pref("browser.download.always_ask_before_handling_new_types", true); This way Firefox saves common files without unneeded interaction ( |
Dear dev yokoffing,
I am using your betterfox creation. Thank you for your work on that . My fave browser is now more secure.
In the Peskyfox section there is this line:
user_pref("browser.download.useDownloadDir", false);
Why? Isn't being asked always where to save the pesky choice? In other words, isn't it less pesky for the line above to say "true"?
The description of Peskyfox (in https://github.com/yokoffing/BetterFox#simple-configs) says: "Provide a clean, distraction-free browsing experience."
Isn't being always asked where to save a download distraction-full?
My entire user.js is at https://gist.github.com/hub2git/0076fa1464e9c3ffd73839a6e6b2182d
The text was updated successfully, but these errors were encountered: