jiti-meet/ios/sdk/sdk.xcodeproj
Saúl Ibarra Corretgé 4a8f787519 rn: evaluate config.js in a sandboxed environment
We are downloading code off the Internet and executing it on the user's device,
so run it sandboxed to avoid potential bad actors.

Since it's impossible to eval() safely in JS and React Native doesn't offer
something akin to Node's vm module, here we are rolling our own.

On Android it uses the Duktape JavaScript engine and on iOS the builtin
JavaScriptCore engine. The extra JS engine is *only* used for evaluating the
downloaded code and returning a JSON string which is then passed back to RN.
2019-10-14 12:20:58 +02:00
..
xcshareddata/xcschemes ios: use iPhone 8 simulator when archiving JitsiMeet framework 2019-10-04 11:00:31 +02:00
project.pbxproj rn: evaluate config.js in a sandboxed environment 2019-10-14 12:20:58 +02:00