We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c662a commit 78a8c44Copy full SHA for 78a8c44
1 file changed
src/components/ssl-observatory.js
@@ -621,7 +621,9 @@ SSLObservatory.prototype = {
621
var win = null
622
if (channel) {
623
var browser = this.HTTPSEverywhere.getBrowserForChannel(channel);
624
- var win = browser.contentWindow;
+ if (browser) {
625
+ var win = browser.contentWindow;
626
+ }
627
}
628
var req = this.buildRequest(params);
629
req.timeout = TIMEOUT;
0 commit comments