Skip to content

Commit

Permalink
Fill browser.search.searchEnginesURL
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor committed May 4, 2024
1 parent b3c0cc6 commit 32172d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser/app/profile/mypal.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ pref("browser.download.autohideButton", true);
#endif

// search engines URL
pref("browser.search.searchEnginesURL", "data:text/plain,");
pref("browser.search.searchEnginesURL", "https://mycroftproject.com");

// Market-specific search defaults
pref("browser.search.geoSpecificDefaults", false);
Expand Down

0 comments on commit 32172d9

Please sign in to comment.