diff --git a/scripts/lib/ExtensionsValidatorExceptions.js b/scripts/lib/ExtensionsValidatorExceptions.js index c67d67537..212e67e1c 100644 --- a/scripts/lib/ExtensionsValidatorExceptions.js +++ b/scripts/lib/ExtensionsValidatorExceptions.js @@ -481,6 +481,15 @@ const extensionsAllowedProperties = { runtimeSceneAllowedProperties: ['getObjects'], javaScriptObjectAllowedProperties: [], }, + SupabaseSaveState: { + gdjsAllowedProperties: ['__SupabaseSaveState'], + gdjsEvtToolsAllowedProperties: [], + runtimeSceneAllowedProperties: [], + javaScriptObjectAllowedProperties: [ + 'getOwnPropertySymbols', + 'getPrototypeOf', + ], + }, }, };