Skip to content

Commit 9073422

Browse files
authored
fix: sandboxed reference
`Sandboxed` is a property of `Instance`, not `Model`.
1 parent 78171df commit 9073422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/AssetService.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ methods:
765765
#### Script Sandbox Security
766766
767767
For enhanced security, the returned `Class.Model` is sandboxed by default
768-
(`Class.Model.Sandboxed|Sandboxed` is `true`) and has no script
768+
(`Class.Instance.Sandboxed|Sandboxed` is `true`) and has no script
769769
`Enum.SecurityCapability|Capabilities`. This prevents untrusted scripts
770770
descending from the returned Model from running. To enable scripts in a
771771
model you trust, you can manually grant a safe set of

0 commit comments

Comments
 (0)