Security model

All modern browsers come with the feature called sandboxing.
It’s when the proccess running untrusted code is isolated from the operating system and cannot cause any harm or steal any data.

Our sandboxing implementation is currently under development in this branch:

Meanwhile, all new projects hosted are monitored and checked for security.

Note

If you are familiar with C++ and wanna help, please contact us. We would appreciate any help. Links are in the community page.

See also