Loading browser/components/preferences/main.js +4 −0 Original line number Diff line number Diff line Loading @@ -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 && /** Loading Loading
browser/components/preferences/main.js +4 −0 Original line number Diff line number Diff line Loading @@ -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 && /** Loading