abrowser: updates for v82

This commit is contained in:
Ruben Rodriguez 2020-10-30 13:23:50 -04:00
parent bb6e357128
commit 1ca83420b3
2 changed files with 2 additions and 7 deletions

View file

@ -240,7 +240,7 @@ pref("browser.newtabpage.activity-stream.disableSnippets", true);
user_pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", ""); user_pref("browser.newtabpage.activity-stream.tippyTop.service.endpoint", "");
// Enable xrender // Enable xrender
pref("gfx.xrender.enabled",true); //pref("gfx.xrender.enabled",true);
// Disable push notifications // Disable push notifications
pref("dom.webnotifications.enabled",false); pref("dom.webnotifications.enabled",false);

View file

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=75 VERSION=76
. ./config . ./config
@ -145,11 +145,6 @@ EOF
cp $DATA/newtab/*.ico browser/components/newtab/data/content/tippytop/favicons/ cp $DATA/newtab/*.ico browser/components/newtab/data/content/tippytop/favicons/
cp $DATA/newtab/*.png browser/components/newtab/data/content/tippytop/images/ cp $DATA/newtab/*.png browser/components/newtab/data/content/tippytop/images/
# Make DuckDuckGo the default engine
sed '/searchDefault/s/: \".*\"/: "DuckDuckGo"/g' -i browser/components/search/extensions/list.json
sed '/visibleDefaultEngines/{n; s/"ddg",//; s/\"/"ddg", "/}' -i browser/components/search/extensions/list.json
sed '/searchOrder/s/"Google", "Bing"/"DuckDuckGo", "Google"/' -i browser/components/search/extensions/list.json
# Custom DDG # Custom DDG
sed '/"params"/,/],/d' -i browser/components/search/extensions/ddg/manifest.json sed '/"params"/,/],/d' -i browser/components/search/extensions/ddg/manifest.json
cp browser/components/search/extensions/ddg browser/components/search/extensions/ddg-html -a cp browser/components/search/extensions/ddg browser/components/search/extensions/ddg-html -a