Skip to content

Commit 9e67245

Browse files
committed
wip
1 parent 59b3355 commit 9e67245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/csp/src/evaluator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function generateEvaluator(el, expression, dataStack) {
3333

3434
let returnValue = evaluate({
3535
scope: completeScope,
36-
allowGlobal: true,
36+
allowGlobal: false,
3737
forceBindingRootScopeToFunctions: true,
3838
})
3939

0 commit comments

Comments
 (0)