sarahavilov / autofillforms-e10s

A multi browser extension that enables you to fill out web forms with one click
https://webextension.org/listing/autofill-forms.html
57 stars 39 forks source link

Adding rules to the top to respect "first match wins" logic #53

Open Przbl opened 6 years ago

Przbl commented 6 years ago

The old addon followed the logic "the first matched rule wins", means: if a matching rule is found it wins, no matter what rules come next. That way we could specify rules for single pages more easily. The logic is still the same but specifying rules this way is not possible anymore. because we can only add rules to the bottom of the list. So the previously false matching rule always wins.

Best behavior would be if the special rules (more specific site rules) could be added to the top and the more general rules would hit at the bottom.