On Mon, Aug 11, 2014 at 9:12 PM, <[email protected]> wrote: > > Comment #2 on issue 1929 by [email protected]: DATA TABLE TOOLS NOT > WORKING IN CAJA > http://code.google.com/p/google-caja/issues/detail?id=1929 > > Hi, > Thanks a lot for your reply. plz can u tell us when this can be fixed, as > we need this and a priority for our Datatable Extension to work in GAS. > If you are not fixing it, what is the other best alternative available for > our datatable to work?
It is unlikely to be fixed anytime soon, if ever. If you do not need synchronous communication between or confinement of third-party code, then you do not need Caja. In that case, the recommended way is to use iframes and serve each page from a different domain. Use postmessage to communicate with the host page. You may also choose to use content security policies (http://www.html5rocks.com/en/tutorials/security/content-security-policy/). If you do need synchronous communication or confinement, you also have to accept the constraints inherent to Caja. > FYI, all other Cloud service providers has enabled this Flash widget option, > While Caja alone has blocked it? Caja guarantees confinement, and there is no way that we know of to provide that guarantee about flash. -- Mike Stay - [email protected] http://www.cs.auckland.ac.nz/~mike http://reperiendi.wordpress.com -- --- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
