We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78171df commit 9073422Copy full SHA for 9073422
content/en-us/reference/engine/classes/AssetService.yaml
@@ -765,7 +765,7 @@ methods:
765
#### Script Sandbox Security
766
767
For enhanced security, the returned `Class.Model` is sandboxed by default
768
- (`Class.Model.Sandboxed|Sandboxed` is `true`) and has no script
+ (`Class.Instance.Sandboxed|Sandboxed` is `true`) and has no script
769
`Enum.SecurityCapability|Capabilities`. This prevents untrusted scripts
770
descending from the returned Model from running. To enable scripts in a
771
model you trust, you can manually grant a safe set of
0 commit comments