aBrowser still phones home to mozilla for ad snippets

Proxecto:Trisquel
Versión:7.0
Componente:Programs
Categoría:informe de erro
Prioridade:normal
Asignado:G4JC
Estado:closed
Descrición

aBrowser collects ad information via:
browser.aboutHomeSnippets.updateUrl", "https://snippets.cdn.mozilla.net/%STARTPAGE_VERSION%/%NAME%/%VERSION%/%APPBUILDID%/%BUILD_TARGET%/%LOCALE%/%CHANNEL%/%OS_VERSION%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/");

Sáb, 03/28/2015 - 21:53
Estado:active» patch (ready)

Patch sent to mailing list....

===============
Subject: [PATCH] fix for phone home new tab ads

---
helpers/DATA/firefox/settings.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/DATA/firefox/settings.js b/helpers/DATA/firefox/settings.js
index 53481fb..e70b002 100644
--- a/helpers/DATA/firefox/settings.js
+++ b/helpers/DATA/firefox/settings.js
@@ -122,7 +122,7 @@ pref("plugin.state.flash", 1);
pref("browser.newtabpage.directory.source", "");
pref("browser.newtabpage.directory.ping", "");
pref("browser.newtabpage.introShown", true);
-
+pref("browser.aboutHomeSnippets.updateUrl", "data:text/html");

// Services
pref("gecko.handlerService.schemes.mailto.0.name", "");
--
2.3.4
===============

Dom, 03/29/2015 - 00:52

You should use the Gitlab instead. Click "Code" on the right-hand side of the Trisquel web site, sign up, and make a merge request.

Lun, 03/30/2015 - 22:36

As legimet said, you should be able to merge your changes into trisquel easier, if you use the gitlab instance and send a merge request to the "belenos" branch. If you want help doing so, please join the #trisquel irc channel, and feel free to ask for a guided tour ;)

On the other side, I wasn't able to find any of your recent patches in the development mailing list:

http://listas.trisquel.info/pipermail/trisquel-devel/2015-March/thread.html

Lun, 04/13/2015 - 15:11
Estado:patch (ready)» fixed

Changes merged

Lun, 04/27/2015 - 15:15
Estado:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.