Sandbox property

String Sandbox
getter/setter pair

with this security level all rendering takes place in a sandboxed iframe. This prevent any javascript running in the context. This may hinder interactive functionality of the diagram like scripts, popups in sequence diagram or links to other tabs/targets etc.

Implementation

static String Sandbox = 'sandbox';