caido / caido

🚀 Caido releases, wiki and roadmap
https://caido.io
1.04k stars 40 forks source link

Make Match&Replace Rules Global Too (Default: Not Global) #995

Open Rhynorater opened 4 months ago

Rhynorater commented 4 months ago

Community Note

Description

It would be helpful to have match and replace rules have the capability to switch to Global and be present on all projects. For example removing the if-none-match header to prevent caching.

Use cases

Sytten commented 4 months ago

This is not easy to do since the ordering of active rules matter and it is hard to do it across global/local. Maybe we could allow copying the rules from global into the project?

Rhynorater commented 4 months ago

Yeah, this seems like a good solution