kintesh / containerise

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

Add basic glob support #52

Closed ethhics closed 5 years ago

ethhics commented 5 years ago

This PR finishes the great work started by @LoveIsGrief by adding glob support. Accomplishing this is very simple: since glob is so similar to regex, we simply make some minor adjustments to the glob'd rule to make it into a regex and then test our urls as such.

Closes #51 and #21