Commit 7084e50d authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

TB 41822: Hide the default browser settings.

parent a06d21b6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -485,6 +485,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 &&
      /**