firefox extension security issue

Posted by rep_movsd on Stack Overflow See other posts from Stack Overflow or by rep_movsd
Published on 2010-03-14T16:19:28Z Indexed on 2010/03/14 16:25 UTC
Read the original article Hit count: 474

I'm writing a firefox addon that logs certain user activity and displays some statistics on a webpage.

When the page is opened, the page sends an event to the addon. The addon adds data to the page and sends an event back, and the page refreshes the statistics.

Now how do I ensure that the extension only puts the (sensitive) data on the right page and not some other malicious one?

Thanks V

© Stack Overflow or respective owner

Related posts about firefox-addon

Related posts about security