kintesh / containerise

Firefox extension to automatically open websites in a container
MIT License
408 stars 54 forks source link

Possible to match the equivalent of "*google.com/maps*"? #179

Closed RandomNerd1 closed 1 year ago

RandomNerd1 commented 1 year ago

maps.google.com works perfectly, but some links to Google Maps are also in the format of google.com/maps/(stuff), and it doesn't seem like I can get Containerise to put Google Maps into the container when the URL is structured that way, without having it 'catch' every single google site/service/etc.

Is there any way to do this? Thanks in advance!

offhub commented 1 year ago

Containerise > Options\Preferences > Disable 'Match domain only'

@^https?:\/\/(((www\.|)google\.[a-z.]+\/maps)|(maps?\.google\.[a-z.]+))(|\/.*)$
RandomNerd1 commented 1 year ago

This seems to be working perfectly, thanks so much! I never would have figured that out, lol