containerise icon indicating copy to clipboard operation
containerise copied to clipboard

Multi-Account Containers rules sync

Open avelino opened this issue 5 years ago • 4 comments

The rules created in the plugin "Multi-Account Containers" does not appear in the "containerise" interface

Multi-Account Containers (by @mozilla) Containerise (this repo by @kintesh)
Screen Shot 2019-09-23 at 13 37 30 Screen Shot 2019-09-23 at 13 37 38

avelino avatar Sep 23 '19 16:09 avelino

This isn't a bug. It's how extensions work. Extension A can't randomly access extension B's data. That would otherwise be a huge privacy concern.

For this to work, Multi-Account Containers needs to provide a communication interface (programmatic) from which the rules can be retrieved. Is this a feature request?

LoveIsGrief avatar Sep 23 '19 16:09 LoveIsGrief

is request for feature

avelino avatar Sep 23 '19 16:09 avelino

OK. Then it depends on at least https://github.com/mozilla/multi-account-containers/issues/1282. But that's been open for a year now.

LoveIsGrief avatar Sep 23 '19 17:09 LoveIsGrief

Quick hack for anyone wanting to do this manually in the interim https://gist.github.com/edwardgalligan/3d07875753ac6fa79a191a0d5ccbfe5a

edwardgalligan avatar Nov 03 '20 11:11 edwardgalligan