Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1566 - Smart blocking should check for Click2Play #388

Merged
merged 9 commits into from Jun 11, 2019

fix typo.

  • Loading branch information
jsignanini committed Jun 11, 2019
commit 1f71d11d4df69eb2be3baee28222b58e79bb8a93
@@ -65,7 +65,7 @@ class PolicySmartBlock {
}

if (reason) {
log('Smart Blocking unblokced appId', appId, 'for reason:', reason);
log('Smart Blocking unblocked appId', appId, 'for reason:', reason);
tabInfo.setTabSmartBlockAppInfo(tabId, appId, reason, false);
return true;
}
ProTip! Use n and p to navigate between commits in a pull request.