Searched refs:sandbox (Results 1 – 4 of 4) sorted by relevance
8 …* Fix a security issue when in a sandbox: the `sort` filter must require a Closure for the `arrow`…61 * Fix sandbox support when using "include(template_from_string())"68 * Fix sandbox not disabled if syntax error occurs within {% sandbox %} tag218 * fixed sandbox security issue (under some circumstances, calling the227 * improved the performance of the sandbox288 * fixed .. (range operator) in sandbox policy
1261 $sandbox = null;1267 $sandbox = $env->getExtension(SandboxExtension::class);1268 if (!$alreadySandboxed = $sandbox->isSandboxed()) {1269 $sandbox->enableSandbox();1293 $sandbox->disableSandbox();
42 protected $sandbox; variable in Twig\\Template
5941 var sandbox;5942 if(win.console){if(Env.Options.overrideConsole){sandbox=new win.Function("arguments.callee.install(…5944 }}else{try{sandbox=new win.Function("arguments.callee.install(window.console={})")5945 }catch(E){sandbox=new win.Function("arguments.callee.install(window.firebug={})")5946 }}sandbox.install=installer;5947 sandbox()