Commit 95c3241f authored by henry's avatar henry Committed by henry
Browse files

TB 41822: Hide the default browser settings.

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