Is there any PHP (or similar) version of Google Caja that can be practically launched from a shared host environment?

I would love to use Google Caja to run the "live demos" presented by Javascript in an isolated, secure environment, however I see it in Java and really have no idea how I would practically install it on a shared host (in particular MediaTemple (gs) ), In (gs) I have access to SSH and you can set things through the command line, but it is clearly limited by Java support, etc.

Are there any such alternatives? My application is based on PHP (CodeIgniter), so a PHP based solution would be perfect.

Jack

+3
source share
1 answer

Yes, you can post a sandbox on Google AppEngine for free . This AppEnigne may be a subdomain, and then you can use the CodeIgniter application as the main site.

0
source

Source: https://habr.com/ru/post/1758989/


All Articles