futpib / policeman

Firefox extention for cross-site requests control (kind of RequestPolicy clone)
https://addons.mozilla.org/en-US/firefox/addon/policeman/
142 stars 11 forks source link

populate selection parameters from a previous rule #188

Open Estevo-Aleixo opened 9 years ago

Estevo-Aleixo commented 9 years ago

I would like to click a rule have the selection parameters populated based on the rule's parameters.

Case: I added an inspecific rule of allow requests for anything from github.com to the github.com domain. I add a separate rule of allow requests for anything from githubusercontent.com to any domain. I then want to change the rule for the github.com domain to only allow images and XHR to github.com. Currently I need to select the source and destination address for github.com, select images and add rule, then XHR and add rule. This change would skip steps that already have information filled out.