Skip to content
Corion edited this page Sep 13, 2010 · 1 revision

Adding


→eval_in_page

through

Components.utils.evalInSandbox(…);

allows for page functions to be executed in the FireFox application context. This has serious security implications. Maybe the module should restrict/disallow the export of functions.

Clone this wiki locally