
Loading…
Local mirroring (experimental feature) issues #301
gorhill
commented
gorhill
commented
There are three locally-mirrorable resources on the page:
- http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js
- http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
- http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js
Using chrome://net-internals/#events, I can see that all three different URLs are redirected to the same data URI, the one mirroring the swfobject.js resource.
Oops?
Need to find out why this happens, looks like a uBlock's bug.
Edit: Doh... Yes it is a uBlock's bug. I prefer this as this keep local-mirroring as a feasible feature. Onto fixing this.
This was referenced
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thread: http://www.wilderssecurity.com/threads/ublock-a-lean-and-fast-blocker.365273/page-10#post-2416318
Do not enable the feature.
Somehow the browser doesn't always behave as expected when redirected to data URI -- though it works other places I've tested it.
This might be an issue with the browser, as the data URIs are all well formed. Maybe related to https://code.google.com/p/chromium/issues/detail?id=308768#c29.