firefox addon security question

Posted by rep_movsd on Stack Overflow See other posts from Stack Overflow or by rep_movsd
Published on 2010-03-14T15:01:08Z Indexed on 2010/03/14 15:05 UTC
Read the original article Hit count: 547

Filed under:
|
|
|

I'm writing a firefox extension that logs some data and displays the result on a webpage...

The webpage fires an event that the extension listens for and the extension can then add data to the page and fire an event back to the page to make it update itself.

How do I ensure that the extension always sends data only to my page and not some other?

Thanks V

© Stack Overflow or respective owner

Related posts about firefox

Related posts about addon