We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a16734 commit afde285Copy full SHA for afde285
src/components/ssl-observatory.js
@@ -283,7 +283,7 @@ SSLObservatory.prototype = {
283
try {
284
var pbs = CC["@mozilla.org/privatebrowsing;1"].getService(CI.nsIPrivateBrowsingService);
285
if (pbs.privateBrowsingEnabled) return false;
286
- } catch (e) { /* old browser */ }
+ } catch (e) { /* seamonkey or old firefox */ }
287
}
288
return true;
289
},
0 commit comments