gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit e5b918d15b03fa23e9746ca9fbfa6feba244f69b
parent 75cfabb2c025b708ba72fcd394f2c995e5c5b7e9
Author: Amin Bandali <bandali@gnu.org>
Date:   Fri, 27 Aug 2021 23:04:16 -0400

* data/settings.js: Fix broken link to Mycroft Project in about:preferences#search.

Thanks to Tony Simoes for the report.

Diffstat:
Mdata/settings.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/settings.js b/data/settings.js @@ -74,7 +74,7 @@ pref ("browser.customizemode.tip0.learnMoreUrl", "http://libreplanet.org/wiki/Gr // Dictionary download preference pref("browser.dictionaries.download.url", "http://dictionaries.mozdev.org/"); -pref("browser.search.searchEnginesURL", "http://mycroft.mozdev.org/"); +pref("browser.search.searchEnginesURL", "https://mycroftproject.com/"); // Enable Spell Checking In All Text Fields pref("layout.spellcheckDefault", 2);