kintesh / containerise

Firefox extension to automatically open websites in a container
MIT License
411 stars 55 forks source link

Add preference to match using hostname only #108

Closed LoveIsGrief closed 4 years ago

LoveIsGrief commented 4 years ago

Users will now be able to make their rules strictly match to the domain of the URL instead of the domain+path.

Example(video)

Rules:

@google.com, google
@duckduckgo.com, ddg

https://duckduckgo.com/?q=google.com&t=h_&ia=web would match google sometimes because it included google and regex would match.

There have been other spontaneous examples with non-prefixed globs.


Closes #44