kintesh / containerise

Firefox extension to automatically open websites in a container
MIT License
414 stars 53 forks source link

Fallback container #78

Closed pbenedict closed 5 years ago

pbenedict commented 5 years ago

I have a couple rules dedicated to domains. However, I am in need of a fallback container that is used when no rules match.

I attempted it. First, I created a named "Default" container. Second, I specified * to match everything else, and placed it last. My hope was that specific matches take precedence, and process first, over more generic matches.

I specified this: *.google.com , Google *.microsoft.com , Microsoft * , Default

Saving sorted to this: * , Default *.google.com , Google *.microsoft.com , Microsoft

So it resulted in every page opening in the "Default" container. It seems, therefore, the only ordering is alphabetical as of version 3.2.0.

In my opinion, the improvement with least coding effort would be to consider * the most generic match, always sorting it as such, and placing it last. This seems sensible and logical. My need, also, would be immediately fulfilled.

WDYT?

ghost commented 5 years ago

Duplicate of #10 . I invite you to copy your comment there.