Progetto: | Trisquel |
Versione: | 7.0 |
Componente: | Programs |
Categoria: | segnalazione di bug |
Priorità: | normal |
Assigned: | G4JC |
Stato: | closed |
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%/");
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
===============
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.
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
Changes merged
Automatically closed -- issue fixed for 2 weeks with no activity.