google / tamperchrome

Tamper Dev is an extension that allows you to intercept and edit HTTP/HTTPS requests and responses as they happen without the need of a proxy. Works across all operating systems (including Chrome OS).
https://tamper.dev
Apache License 2.0
4.18k stars 214 forks source link

Add filters that allow more than one option #196

Open sirdarckcat opened 3 years ago

sirdarckcat commented 3 years ago

it's not possible to filter all POST and PUT requests.

the easy way to make this happen is to treat all filters of the same field as ORs, so method:POST method:PUT behaves like method:(PUT|POST).