rickardandersson / rubric

Browser extension for injecting custom request and response headers.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Groups / Profiles support #1

Open swiffer opened 9 months ago

swiffer commented 9 months ago

It would be greate to apply a group / multiple rules to a specific regex url (to set requests headers a+b for regex 1 and request header c for regex 2)

rickardandersson commented 9 months ago

Yeah, I agree that would be nice, but I purposefully skipped this feature when I implemented it due to it adding quite a lot of complexity in the UI. But if you have time and capacity, I'd welcome a PR to add this capability.