Updates:
        Status: New
        Labels: -Component-Cajoler Component-CajaJS

Comment #3 on issue 1884 by [email protected]: Caja.js proxyFetchMaker callback parameter should be hashed url
http://code.google.com/p/google-caja/issues/detail?id=1884

Sorry, my mistake.

For now, if your proxy server is in the same origin as the host page or uses CORS, you can use XHR instead of <script> requests by using a network policy like:

{
  fetch: caja.policy.net.fetcher.USE_XHR,
  rewrite: caja.policy.net.rewriter.ALL
}

These XHR requests don't need callback IDs and so should be more cacheable.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- 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/groups/opt_out.

Reply via email to