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

Implements uBO style polyfills for requests redirects #29

Merged
merged 9 commits into from Jun 18, 2019

Merge branch 'master' into feature-redirect-injection

  • Loading branch information
AndriusA committed Jun 6, 2019
commit 9adddd69e09194a15fb8f26f04221becce845687
@@ -18,7 +18,7 @@ pub struct BlockerOptions {
pub load_network_filters: bool,
}

#[derive(Debug)]
#[derive(Debug, Serialize)]
pub struct BlockerResult {
pub matched: bool,
pub explicit_cancel: bool,
You are viewing a condensed version of this merge commit. You can view the full changes here.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.