Skip to content

Commit afde285

Browse files
committed
Clarify comment
1 parent 1a16734 commit afde285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ssl-observatory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ SSLObservatory.prototype = {
283283
try {
284284
var pbs = CC["@mozilla.org/privatebrowsing;1"].getService(CI.nsIPrivateBrowsingService);
285285
if (pbs.privateBrowsingEnabled) return false;
286-
} catch (e) { /* old browser */ }
286+
} catch (e) { /* seamonkey or old firefox */ }
287287
}
288288
return true;
289289
},

0 commit comments

Comments
 (0)