Skip to content

Commit

Permalink
Update docs/MV3.md
Browse files Browse the repository at this point in the history
Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
  • Loading branch information
whizzzkid and SgtPooki authored Jul 8, 2023
1 parent 8be36a3 commit 4beb4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MV3.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The process is asynchronous, the browser allows "observation" of requests to com
}
```
The API only allows for 5000 such rules to exist at the time of writing this, so that value can be exhausted pretty quickly. To save the rules and gain more coverage of such serviceable URLs, we make use of the fact that rules allow for regex substitutions. So instead of adding one rule per redirect, we can dynamically generate a regex pattern to suffice redirection.
The API only allows for 5000 such rules to exist at the time of writing this, so that value can be exhausted pretty quickly. So instead of adding one rule per redirect, we can dynamically generate a single regex pattern to handle multiple redirections.
For example
Expand Down

0 comments on commit 4beb4b5

Please sign in to comment.