[tor-commits] [tor-browser/tor-browser-85.0b9-10.5-1] Bug 40002: Remove about:ion

sysrqb at torproject.org sysrqb at torproject.org
Fri Jan 15 15:14:30 UTC 2021


commit 14a522fca38b0c752228afd104e8693ea7ecebfa
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   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 | 2 --
 browser/components/about/components.conf     | 1 -
 2 files changed, 3 deletions(-)

diff --git a/browser/components/about/AboutRedirector.cpp b/browser/components/about/AboutRedirector.cpp
index cdb84d4ed9cd..27c5b687c0d2 100644
--- a/browser/components/about/AboutRedirector.cpp
+++ b/browser/components/about/AboutRedirector.cpp
@@ -114,8 +114,6 @@ static const RedirEntry kRedirMap[] = {
      nsIAboutModule::URI_MUST_LOAD_IN_CHILD |
          nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
          nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT},
-    {"ion", "chrome://browser/content/ion.html",
-     nsIAboutModule::ALLOW_SCRIPT | nsIAboutModule::HIDE_FROM_ABOUTABOUT},
 #ifdef TOR_BROWSER_UPDATE
     {"tbupdate", "chrome://browser/content/abouttbupdate/aboutTBUpdate.xhtml",
      nsIAboutModule::URI_SAFE_FOR_UNTRUSTED_CONTENT |
diff --git a/browser/components/about/components.conf b/browser/components/about/components.conf
index 290fce3feed9..8e04467c05da 100644
--- a/browser/components/about/components.conf
+++ b/browser/components/about/components.conf
@@ -14,7 +14,6 @@ pages = [
     'logins',
     'newinstall',
     'newtab',
-    'ion',
     'pocket-saved',
     'pocket-signup',
     'policies',





More information about the tor-commits mailing list