Sandbox

From GreaseSpot Wiki
Revision as of 15:18, 12 April 2007 by 210.84.55.183 (talk)
Jump to navigationJump to search

For security reasons, modern versions of Greasemonkey execute each script in a "sandbox", which isolates trusted user script code from potentially malicious web page code.

Documentation for Component.utils.Sandbox[1] may eventually show up on the Component.utils page, but it not there now. There is documentation for Components.utils.evalInSandbox which gives an example of Sandbox usage.

For information on sandboxes in general, see Wikipedia's article on the topic.