mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
+2
-2
@@ -59,7 +59,7 @@ user_pref("signon.privateBrowsingCapture.enabled", false);
|
||||
### Search engine suggestions
|
||||
**Search engine suggestions** are disabled in the URL bar to keep everything you type from going to Google.
|
||||
|
||||
You can still use search buttons and [bookmark keywords](https://support.mozilla.org/en-US/kb/how-search-from-address-bar) (example: [article](https://www-archive.mozilla.org/docs/end-user/keywords.html) | [video](https://youtu.be/bGTBH9yr8uw?t=968)).
|
||||
You can still use search buttons and bookmark [keywords](https://www-archive.mozilla.org/docs/end-user/keywords.html) ([video example](https://youtu.be/bGTBH9yr8uw?t=968)).
|
||||
```
|
||||
// PREF: restore search engine suggestions
|
||||
user_pref("browser.search.suggest.enabled", true);
|
||||
@@ -94,7 +94,7 @@ user_pref("permissions.default.geo", 0);
|
||||
***
|
||||
|
||||
### Site notifications
|
||||
**Site notifications** are blocked to minimize annoyances.
|
||||
**Site notifications** are blocked to minimize annoyances and [increase security](https://www.reddit.com/r/Safari/comments/164hew8/hi_i_keep_getting_this_obviously_fake/).
|
||||
```
|
||||
// PREF: allow websites to ask you to receive site notifications
|
||||
user_pref("permissions.default.desktop-notification", 0);
|
||||
|
||||
Reference in New Issue
Block a user