1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-03-26 12:00:35 +00:00

Blacklist SharedObject

This commit is contained in:
Abnormal 2025-01-31 23:47:52 +00:00 committed by Eric
parent b13bf05d16
commit 3492d412c6

View file

@ -290,6 +290,7 @@ class PolymodHandler
Polymod.blacklistImport('openfl.utils.Assets');
Polymod.blacklistImport('openfl.Lib');
Polymod.blacklistImport('openfl.system.ApplicationDomain');
Polymod.blacklistImport('openfl.net.SharedObject');
// `openfl.desktop.NativeProcess`
// Can load native processes on the host operating system.