Skip to content

Commit 2be5453

Browse files
committed
Don't break HTTPS Everywhere
1 parent 9f75650 commit 2be5453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chromium/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function onBeforeRequest(details) {
103103
activeRulesets.removeTab(details.tabId);
104104
}
105105

106-
var rs = all_rules.potentiallyApplicableRulesets(a.hostname);
106+
var rs = all_rules.potentiallyApplicableRulesets(uri.hostname());
107107
// If no rulesets could apply, let's get out of here!
108108
if (rs.length === 0) { return; }
109109

0 commit comments

Comments
 (0)