[tbb-commits] [tor-browser] 27/81: Bug 40002: Remove about:ion

gitolite role git at cupani.torproject.org
Tue Oct 18 16:12:21 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1
in repository tor-browser.

commit d34989450887b5353846e4cbafc52a14204a4a9e
Author: Kathy Brade <brade at pearlcrescent.com>
AuthorDate: Fri Aug 14 09:06:33 2020 -0400

    Bug 40002: Remove about:ion
    
    Firefox Ion (previously Firefox Pioneer) is an opt-in program in which people
    volunteer to participate in studies that collect detailed, sensitive data about
    how they use their browser.
---
 browser/components/about/AboutRedirector.cpp | 3 ---
 browser/components/about/components.conf     | 1 -
 browser/components/moz.build                 | 1 -
 3 files changed, 5 deletions(-)

diff --git a/browser/components/about/AboutRedirector.cpp b/browser/components/about/AboutRedirector.cpp
index ce25ab082af7..3c4c1a6615cc 100644
--- a/browser/components/about/AboutRedirector.cpp
+++ b/browser/components/about/AboutRedirector.cpp
@@ -138,9 +138,6 @@ static const RedirEntry kRedirMap[] = {
          nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT |
          nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS |
          nsIAboutModule::IS_SECURE_CHROME_UI},
-    {"ion", "chrome://browser/content/ion.html",
-     nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT |
-         nsIAboutModule::IS_SECURE_CHROME_UI},
 };
 
 static nsAutoCString GetAboutModuleName(nsIURI* aURI) {
diff --git a/browser/components/about/components.conf b/browser/components/about/components.conf
index 413718575ac7..acc275697863 100644
--- a/browser/components/about/components.conf
+++ b/browser/components/about/components.conf
@@ -14,7 +14,6 @@ pages = [
     'loginsimportreport',
     'firefoxview',
     'newtab',
-    'ion',
     'pocket-home',
     'pocket-saved',
     'pocket-signup',
diff --git a/browser/components/moz.build b/browser/components/moz.build
index 71a1b859c91b..b4e2a0f367b0 100644
--- a/browser/components/moz.build
+++ b/browser/components/moz.build
@@ -40,7 +40,6 @@ DIRS += [
     "migration",
     "newtab",
     "originattributes",
-    "ion",
     "places",
     "pocket",
     "preferences",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list