Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Images fails to load on solarmovie.so for first time #525

Closed
harshanvn opened this issue Jan 17, 2015 · 11 comments
Closed

Images fails to load on solarmovie.so for first time #525

harshanvn opened this issue Jan 17, 2015 · 11 comments

Comments

@harshanvn
Copy link

As the title says, type "solarmovie.so" and hit enter -

  • It will navigate to solarmovie.is and images will not reload.
    If you refresh now, images will load properly. Looks like an issues when websites redirect..
    ublock solarmovi so issue
@gorhill
Copy link
Contributor

gorhill commented Jan 17, 2015

They did load for me, although in a delayed manner.

Edit: Sorry I did not notice the dynamic filters.

@harshanvn
Copy link
Author

that's weird. I waited almost 30 seconds. images didn't load. Just tried again. Same thing.

However if i type "solarmovie.is", images load instantly..

@gorhill
Copy link
Contributor

gorhill commented Jan 17, 2015

The only way I could make the images load is by unblocking 3rd-party scripts: the page needs jQuery.

@harshanvn
Copy link
Author

Yes. it needs jquery. As in my screenshot, can you please whitelist jquery instead and have 3p scripts blocked.

This way configured, Chrome loads images fine even when hit solarmovie.so...

@gorhill
Copy link
Contributor

gorhill commented Jan 17, 2015

Hmm, strange, I see inline scripts blocked with your configuration, while it should not.

@gorhill
Copy link
Contributor

gorhill commented Jan 17, 2015

Ok I see the problem. It's a regression from fix to issue #516.

So it appears with Firefox, the request for the root document is processed before onNavigation() is fired.

@harshanvn
Copy link
Author

OK. I see below errors in Dev console. just FYI..
ublock solarrmovie

Edit:That might be the reason its only a fx issue but not chrome..

@gorhill
Copy link
Contributor

gorhill commented Jan 17, 2015

I see the same problem with Chromium.

@gorhill
Copy link
Contributor

gorhill commented Jan 17, 2015

Frankly I don't know how to solve this: it's like we have to accept that #516 won't be fixed if we want to reliably disable inline scripts..

@gorhill
Copy link
Contributor

gorhill commented Jan 17, 2015

The whole problem with #516 is that the browser API is lying to the extension: it says "I am loading a new root document in that tab" while this is absolutely not what is happening, it is really opening a new root document somewhere but not in the current tab.

@harshanvn
Copy link
Author

I see the same problem with Chromium.

that's weird. Shouldn't chrome and chromium be working the same way..

browser API is lying to the extension: it says "I am loading a new root document in that tab" while this is absolutely not what is happening

Ok. Maybe create a bug/clarification entry at chrome and mozilla. See what they say..just a thought..

Adding another test, issue also replicable in gmail. Inbox will load only after page refresh.
ublock gmail

@gorhill gorhill changed the title [Firefox] Images fails to load on solarmovie.so for first time Images fails to load on solarmovie.so for first time Jan 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants