Skip to content

Commit 2101b33

Browse files
committed
Enable one off searches by default
1 parent 43397be commit 2101b33

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

application/basilisk/app/profile/basilisk.js

-4
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,7 @@ pref("browser.urlbar.suggest.history.onlyTyped", false);
289289
pref("browser.urlbar.formatting.enabled", true);
290290
pref("browser.urlbar.trimURLs", true);
291291

292-
#if defined(NIGHTLY_BUILD)
293292
pref("browser.urlbar.oneOffSearches", true);
294-
#else
295-
pref("browser.urlbar.oneOffSearches", false);
296-
#endif
297293

298294
pref("browser.altClickSave", false);
299295

0 commit comments

Comments
 (0)