kintesh / containerise

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

Enable sites to "open in current container" via setting #166

Closed dmorlitz closed 2 years ago

dmorlitz commented 2 years ago

This enhancement enables you to specify which sites should always open in the container that they were launched from - regardless of other rules. This enables you to open the same site in multiple containers based on your starting point. It also enables sites that must remain in the same container as the original site (such as paypal.com) to remain in the container they were launched from to ensure that the transaction flow works smoothly.

This enhancement addresses feature requests #165, #148, #24 (and possibly others)

dmorlitz commented 2 years ago

There is a defect in this code that needs to be fixed - I didn't handle a "blank" configuration value correctly - new pull request coming soon