Skip to content

Commit 8ae02a9

Browse files
well-in-that-caseSainan
authored andcommitted
Note that table freezing is disabled by default
1 parent c9c2e76 commit 8ae02a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/New Features/Table Freezing.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ All modifications to the table from within the Lua environment will be prevented
3838

3939
:::caution
4040
If you're going to use this for a sandbox, ensure you call `table.freeze` before any users can access the Lua environment, otherwise they can replace that function.
41+
:::
42+
43+
:::info
44+
As of Pluto 0.11.0, these functions are unavailable by default. You can enable them by defining the `PLUTO_ENABLE_TABLE_FREEZING` macro.
4145
:::

0 commit comments

Comments
 (0)