From 5b00ffbefb01ff22cf0310d4a12f6ab40dce3aa9 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:21:50 -0400 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 59c48e1..5b70437 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -37,9 +37,11 @@ user_pref("layout.css.prefers-color-scheme.content-override", 0); ### 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* @@ -47,7 +49,7 @@ Betterfox's default download settings prioritize security. However, some users p // PREF: always ask where to download // true = Direct download // false = The user is asked what to do -user_pref("browser.download.useDownloadDir", true); +user_pref("browser.download.useDownloadDir", false); ``` #### New file types