Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 6933197

Browse files
committed
this fixes #377
1 parent 115b228 commit 6933197

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/traffic.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ var onBeforeSendHeadersHandler = function(details) {
449449
// If the request was not cancelled above, check whether hyperlink auditing
450450
// is globally forbidden.
451451
if ( !r ) {
452-
if ( linkAuditor && httpsb.foilHyperlinkAuditing ) {
452+
if ( linkAuditor && httpsb.userSettings.processHyperlinkAuditing ) {
453453
r = { 'cancel': true };
454454
}
455455
}

0 commit comments

Comments
 (0)