Skip to content

Commit

Permalink
isUnsandboxed (part 1 / 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri-kiss authored Oct 7, 2024
1 parent 42dacc0 commit 4bba060
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension-support/extension-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Object.assign(global.Scratch, ScratchCommon, {
*/
const extensionWorker = new ExtensionWorker();
global.Scratch.extensions = {
isUnsandboxed: true,
register: extensionWorker.register.bind(extensionWorker)
};

Expand Down

0 comments on commit 4bba060

Please sign in to comment.