tb-40002 - tor

  • 8678876e146c776daac4f5a7ad93173713c85b07
  • Kathy Brade
  • 2020-08-14 09:06:33 -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. Bug 41662: Disable about:sync-logs Even though we disable sync by default with `identity.fxaccounts.enabled`, this about: page is still avilable. We could throw an exception on the constructor of the related component, but it would result only in an error in the console, without a visible "this address does not look right" error page. If we fix the issues with MOZ_SERVICES_SYNC, we can restore the component.
  • 85a429a46316378112ba78b8c10002df04a2469d
  • Alex Catarineu
  • 2020-09-29 16:52:43 +0200
  • Bug 40002: [android] Ensure system download manager is not used
  • Bug 40075: Support scoped storage to enable downloads on API < 29 - in android-components!7, we blocked all usage of Scoped Storage in an attempt to block usage of Android's DownloadManager, which is known to cause proxy bypasses - as of Android API 29, downloads will not work without Scoped Storage, causing all downlaods to fail (see: fenix##40192) - here, we enable usage of scoped storage for API >= 29, but block calls to DownloadManager on API < 29