@Jing, the available documentation for google caja is quite outdated. If you intend to develop complex applications using caja, I recommend becoming familiar with the source code it self.
If you define the mitigate property it will work. See ses-frame-group.js:230 and html-emitter.js:574. As for where to get the mitigated source I am not aware of a good method other than placing a breakpoint in mitigateSrcGotchas and copying the return value. Of course you are free to use SES to create a tool. On Fri, Oct 10, 2014 at 2:34 PM, Jing <[email protected]> wrote: > Where is this 'mitigate' property originally defined for uriPolicies? We are > using the latest code off trunk, I couldn't find it in caja.js, > ses-single-frame.js or utility-frame.js. The only two properties are 'fetch' > and 'rewrite'. I saw a few 'mitigateSrcGotchas' though. > > Also where can we get the mitigated jquery? Is it from server side cajole > service? I thought the new architecture of Caja doesn't support server side > cajoler anymore. Did I miss anything here? > > -- > > --- > 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. -- James Keane Wishabi.com | 647-460-3634 -- IMPORTANT NOTICE: This message, including any attachments (hereinafter collectively referred to as "Communication"), is intended only for the addressee(s) named above. This Communication may include information that is privileged, confidential and exempt from disclosure under applicable law. If the recipient of this Communication is not the intended recipient, or the employee or agent responsible for delivering this Communication to the intended recipient, you are notified that any dissemination, distribution or copying of this Communication is strictly prohibited. If you have received this Communication in error, please notify the sender immediately by phone or email and permanently delete this Communication from your computer without making a copy. Thank you. -- --- 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.
