We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b3355 commit 9e67245Copy full SHA for 9e67245
packages/csp/src/evaluator.js
@@ -33,7 +33,7 @@ function generateEvaluator(el, expression, dataStack) {
33
34
let returnValue = evaluate({
35
scope: completeScope,
36
- allowGlobal: true,
+ allowGlobal: false,
37
forceBindingRootScopeToFunctions: true,
38
})
39
0 commit comments