Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
3 lines (3 loc) · 461 Bytes

File metadata and controls

3 lines (3 loc) · 461 Bytes

secureMode restricts access to network

The securityPermissions and securityCategories properties have been reinstated in the main engine. This means that the exact set of restrictions in secureMode is now configurable. The secureMode property turns off access to all security categories, use the securityPermissions property for more fine-grained control. In particular, to run in secure mode with network access use 'set the securityPermissions to network'.