Hi there Is it possible to replicate these steps here:
https://developers.google.com/caja/docs/gettingstarted/ But having the content to cajoled being present in localhost? I.E. frame.code('https://localhost:8080/guest.html', 'text/html') Or even: frame.code('file:///home/user/caja/guest.html', 'text/html') Using some kind of RPC system to provide the cajoling server with the required content. The motivation behind this is being able to develop the code on your own computer without using some public remote server. Thank you.
