[tbb-commits] [tor-browser] 15/70: Bug 40002: Remove about:ion
gitolite role
git at cupani.torproject.org
Tue Aug 9 10:52:49 UTC 2022
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.0.1-12.0-1
in repository tor-browser.
commit b71d72b8d1e7bf285c808de40ac99231382d27aa
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 ce25ab082af71..3c4c1a6615ccc 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 413718575ac76..acc275697863b 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 71a1b859c91bf..b4e2a0f367b04 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