[tbb-commits] [tor-browser] 23/76: Bug 40002: Remove about:ion
gitolite role
git at cupani.torproject.org
Fri Sep 23 17:16:10 UTC 2022
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch tor-browser-102.3.0esr-12.0-1
in repository tor-browser.
commit 2b62816353dad7a00badf49ec69847925a77ccf3
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