Verified Commit 1d89c268 authored by henry's avatar henry Committed by boklm
Browse files

TB 41822: Hide the default browser settings.

parent 83fe5bd7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1639,6 +1639,10 @@ const DefaultBrowserHelper = {
   * @type {boolean}
   */
  get canCheck() {
    if (AppConstants.BASE_BROWSER_VERSION) {
      // Disabled for Tor Browser. tor-browser#44343 and tor-browser#41822.
      return false;
    }
    return (
      this.shellSvc &&
      /**