mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
Updated Common Overrides (markdown)
+5
-3
@@ -37,9 +37,11 @@ user_pref("layout.css.prefers-color-scheme.content-override", 0);
|
|||||||
|
|
||||||
### Downloads
|
### Downloads
|
||||||
|
|
||||||
Betterfox's default download settings prioritize security. However, some users prefer to customize these prefs.
|
Betterfox's default download settings balance user experience and security. However, some users prefer to customize these prefs.
|
||||||
|
|
||||||
#### Ask where to download
|
You can read about these prefs on [#267](https://github.com/yokoffing/Betterfox/issues/267#issuecomment-1864575868).
|
||||||
|
|
||||||
|
#### Ask where to save files
|
||||||
|
|
||||||
* `☰` *→ Settings → General → Files and Applications → Downloads → Always ask you where to save files*
|
* `☰` *→ Settings → General → Files and Applications → Downloads → Always ask you where to save files*
|
||||||
|
|
||||||
@@ -47,7 +49,7 @@ Betterfox's default download settings prioritize security. However, some users p
|
|||||||
// PREF: always ask where to download
|
// PREF: always ask where to download
|
||||||
// true = Direct download
|
// true = Direct download
|
||||||
// false = The user is asked what to do
|
// false = The user is asked what to do
|
||||||
user_pref("browser.download.useDownloadDir", true);
|
user_pref("browser.download.useDownloadDir", false);
|
||||||
```
|
```
|
||||||
|
|
||||||
#### New file types
|
#### New file types
|
||||||
|
|||||||
Reference in New Issue
Block a user