ALLOW_SCRIPTS constant

Sandbox const ALLOW_SCRIPTS

Lets the resource run scripts (but not create popup windows).

Implementation

static const ALLOW_SCRIPTS = Sandbox._internal(
  'allow-scripts',
  'allow-scripts',
);