mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 14:15:29 +00:00
Update Firefox and I2Pd and adjust search engine settings (#73)
* Remove Google as default search engine * Update Firefox and I2Pd * Fix the indentation
This commit is contained in:
parent
37abab181d
commit
cb6cfcd242
9 changed files with 20 additions and 8 deletions
|
|
@ -12,8 +12,8 @@ cd $dir
|
|||
|
||||
arch=$(uname -m)
|
||||
language=$(osascript -e 'user locale of (get system info)' | sed -e 's/_/-/g')
|
||||
version="115.19.0esr"
|
||||
i2pdversion="2.55.0"
|
||||
version="115.20.0esr"
|
||||
i2pdversion="2.56.0"
|
||||
|
||||
ftpmirror="https://ftp.mozilla.org/pub/firefox/releases/${version}"
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,10 @@
|
|||
"UseProxyForDNS": true
|
||||
},
|
||||
"SearchBar": "unified",
|
||||
"SearchEngines": {
|
||||
"Default": "YaCy 'legwork'",
|
||||
"Remove": ["Google"]
|
||||
},
|
||||
"SearchSuggestEnabled": false,
|
||||
"SupportMenu": {
|
||||
"Title": "Ilita IRC",
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ defaultPref("browser.search.order.US.2", "");
|
|||
defaultPref("browser.search.order.US.3", "");
|
||||
defaultPref("browser.search.redirectWindowsSearch", false);
|
||||
defaultPref("browser.search.region", "US");
|
||||
defaultPref("browser.search.searchEnginesURL", "");
|
||||
defaultPref("browser.search.engines.url", "http://legwork.i2p/yacysearch.html?query=");
|
||||
defaultPref("browser.search.suggest.enabled", false);
|
||||
defaultPref("browser.search.update", false);
|
||||
lockPref("browser.send_pings", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue