Skip to content
Snippets Groups Projects
Commit 1ca83420 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

abrowser: updates for v82

parent bb6e3571
No related branches found
No related tags found
No related merge requests found
...@@ -240,7 +240,7 @@ pref("browser.newtabpage.activity-stream.disableSnippets", true); ...@@ -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);
......
...@@ -18,7 +18,7 @@ ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment