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

Improved anti-tracking integration #377

Merged
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Remove unnecessary return statement.

  • Loading branch information
sammacbeth committed May 6, 2019
commit 1c4e293e31a504c90417b5bf1727ebc6daa1f745
@@ -1220,7 +1220,6 @@ function initialiseWebRequestPipeline() {
const result = events.onBeforeRequest(state);
if (result && (result.cancel === true || result.redirectUrl)) {
Object.assign(response, result);
return false;
}
return true;
}
ProTip! Use n and p to navigate between commits in a pull request.