Skip to content

Commit

Permalink
Denylist Updates (#176)
Browse files Browse the repository at this point in the history
* Update GDScript denylist

* Update mirror-godot-app/script/gd/gdscript_instance.gd

---------

Co-authored-by: Aaron Franke <[email protected]>
  • Loading branch information
Kluskey and aaronfranke authored May 10, 2024
1 parent f933f68 commit f7623a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mirror-godot-app/script/gd/gdscript_instance.gd
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ static var _SCRIPT_TEXT_DENYLIST: Array[RegEx] = [
RegEx.create_from_string("\\bpreload\\b"),
RegEx.create_from_string("\\bOS\\b"),
RegEx.create_from_string("\\bResourceLoader\\b"),
RegEx.create_from_string("\\bFileAccess\\b"),
RegEx.create_from_string("\\bDirAccess\\b")
]

var _entries: Array[GDScriptEntry] = []
Expand Down

0 comments on commit f7623a4

Please sign in to comment.