-Respond.js works by requesting a pristine copy of your CSS via AJAX, so if you host your stylesheets on a CDN (or a subdomain), you'll need to upload a proxy page to enable cross-domain communication.
-
-See `cross-domain/example.html` for a demo:
-
-- Upload `cross-domain/respond-proxy.html` to your external domain
-- Upload `cross-domain/respond.proxy.gif` to your origin domain
-- Reference the file(s) via `<link />` element(s):
-
-<pre>
- <!-- Respond.js proxy on external server -->
-If you are having problems with the cross-domain setup, make sure respond-proxy.html does not have a query string appended to it.
-
-Note: HUGE thanks to @doctyper for the contributions in the cross-domain proxy!
+Respond.js works by requesting a pristine copy of your CSS via AJAX, so if you host your stylesheets on a CDN (or a subdomain), you'll need to set up a local proxy to request the CSS for old IE browsers. Prior versions recommended a deprecated x-domain approach, but a local proxy is preferable (for performance and security reasons) to attempting to work around the cross-domain limitations.
0 comments on commit
1c8ce14