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

Don't unblock inflight requests when the last intecept is removed #1890

Open
Lightning00Blade opened this issue Feb 23, 2024 · 0 comments
Open
Assignees
Labels

Comments

@Lightning00Blade
Copy link
Collaborator

Consider the following scenario:

  1. Enable interception for URL A

  2. Fetch for URL A, it gets Blocked

  3. Remove interception

  4. Expectation:

    • The request should continue to be blocked
  5. Reality:

    • The request is continued
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant