Hi:
We found that all the extensions in firefox work in the same
jscontext and no same origin check is done for accesses to objects in
that context. The SameOriginCheck only happen when access occurs
between two different contexts, right?
If it is the case, what can we do if we want to add extra check whenever
we access one object from one extension to another? What would be the
proper functions we can look at? Looking forward to your reply.