diff --git a/helpers/DATA/firefox/aboutabrowser@trisquel.info/chrome/content/aboutAbrowser/aboutAbrowser.xhtml b/helpers/DATA/firefox/aboutabrowser@trisquel.info/chrome/content/aboutAbrowser/aboutAbrowser.xhtml index 80f86cb04c2ac1814d9f03438d77da3b7214040a..165c54b6b129c6cdcbf8d30f9d628864dd38d216 100644 --- a/helpers/DATA/firefox/aboutabrowser@trisquel.info/chrome/content/aboutAbrowser/aboutAbrowser.xhtml +++ b/helpers/DATA/firefox/aboutabrowser@trisquel.info/chrome/content/aboutAbrowser/aboutAbrowser.xhtml @@ -298,7 +298,7 @@ function onSearchSubmit(){ <div id="searchLogoContainer"></div> <input type="text" name="q" value="" id="searchText" maxlength="256" autofocus="autofocus" dir="auto"/> - <input id="searchSubmit" type="submit" value="&abouthome.searchEngineButton.label;"/> + <input id="searchSubmit" type="submit" value="Search"/> </form> </div> diff --git a/helpers/DATA/firefox/abouthome/aboutHome.xhtml b/helpers/DATA/firefox/abouthome/aboutHome.xhtml index 7381fb654f7b77bbb2c44fb9ffc0c8f342d8a061..2b429c6c669e8be2949a7bf4fa2050707f99961c 100644 --- a/helpers/DATA/firefox/abouthome/aboutHome.xhtml +++ b/helpers/DATA/firefox/abouthome/aboutHome.xhtml @@ -94,7 +94,7 @@ min-height:100px; <input type="hidden" name="t" value="trisquel"/> <input type="text" name="q" value="" id="searchText" maxlength="256" autofocus="autofocus"/> - <input id="searchSubmit" type="submit" value="&abouthome.searchEngineButton.label;"/> + <input id="searchSubmit" type="submit" value="Search"/> </form> </div> diff --git a/helpers/DATA/firefox/settings.js b/helpers/DATA/firefox/settings.js index 116d7271248c03142ad8b8a2af116e93c163fb0a..07be5ca0d03a34bdda8170dd2ea7080fcddc9e9f 100644 --- a/helpers/DATA/firefox/settings.js +++ b/helpers/DATA/firefox/settings.js @@ -187,3 +187,6 @@ pref("security.ssl3.dhe_rsa_des_ede3_sha", false); // Disable Pocket integration pref("browser.pocket.enabled", false); + +// disable xpi signing verification +pref("xpinstall.signatures.required", false); diff --git a/helpers/make-firefox b/helpers/make-firefox index 746aedc0861bbbdbbe2b72aa3a66ebce1352386f..f98925013eb322c53c6194bf82bf548c34053cfa 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=43 +VERSION=44 . ./config