Page 1 of 1

craigmurray.org.uk/

Posted: 2018-05-10, 18:16
by davews
Since today https://www.craigmurray.org.uk/ doesn't load in Palemoon, stalls at a blank page, has worked with no issues for some time. Loads fine in Firefox. Only change is this weeks Windows updates, now on W10 1709 Home build 16299.431. Updated PM to 27.9.1 in case the W10 1803 change had anything to do with it but no different.
As always on this forum everybody else will say it loads fine...

Re: craigmurray.org.uk/

Posted: 2018-05-10, 18:28
by adesh
Yes, Loads fine with scripts disabled. :lol:

With scripts enabled, page loads initiallly then turns white due to some JS black magic.

Re: craigmurray.org.uk/

Posted: 2018-05-10, 18:29
by badnick
Confirmed. Endless spinning and nothing loaded on this link.

Re: craigmurray.org.uk/

Posted: 2018-05-10, 19:36
by Thehandyman1957
Loads for me with Ublock. White page without it.
Screenshot - 5_10_2018 , 12_33_43 PM.png
Yeah Ublock. :thumbup:

Re: craigmurray.org.uk/

Posted: 2018-05-10, 19:47
by Nightbird
Override :
general.useragent.override.craigmurray.org.uk

with this string ;)

Mozilla/4.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/4.0)

it works (even with js and uBlock enabled)

Re: craigmurray.org.uk/

Posted: 2018-05-10, 20:17
by coffeebreak
The problem seems to be with this script:

Code: Select all

https://ajax.cloudflare.com/cdn-cgi/scripts/dba9ecf7/cloudflare-static/rocket-loader.min.js

Error console (after script is allowed).

Code: Select all

Error: Permission denied to access property "handleEvent" 
Source File: https://ajax.cloudflare.com/cdn-cgi/scripts/dba9ecf7/cloudflare-static/rocket-loader.min.js Line: 1

Re: craigmurray.org.uk/

Posted: 2018-05-10, 20:23
by davews
Thanks nightbird, override string added, now working fine. They must have changed something as it worked fine yesterday. By the way I already have Ublock, didn't work with just that.

Re: craigmurray.org.uk/

Posted: 2018-05-10, 21:30
by Thehandyman1957
You have to be blocking 3rd party scripts and frames with Ublock. It does not come out of the box that way. ;)
I posted a link to a tutorial video showing how to use those settings and what they do. Was very informative for me
as I was basically ignorant of how to use it beyond easy stuff.

How to use uBlock Origin advanced user mode tutorial 2018
viewtopic.php?f=4&t=18922

Re: craigmurray.org.uk/

Posted: 2018-05-10, 21:44
by Nightbird
davews wrote:Thanks nightbird, override string added, now working fine. They must have changed something as it worked fine yesterday. By the way I already have Ublock, didn't work with just that.
Maybe it will work tomorrow without the override. :?:
-----------------------------------------------------------------------------
I had an idea when i read what adesh wrote " Loads fine with scripts disabled".

I remembered that in the past, IE had "problems" with JS.
So i verified the page source and... bingo : IE7, IE8, IE9 are supported. ;)
Nowadays, this is rather "old" but it does matter for "our" problem.
So i tried an override with an IE string (IE 8 and 9), both worked. :)

edit : i tried with NoScript enabled / disabled and uBlock enabled, the site works.

Re: craigmurray.org.uk/

Posted: 2018-05-10, 21:50
by Goodydino
That site loads for me with Safari, Opera and SeaMonkey, but not with Pale Moon. I have uBlock Origin installed in all the browsers and the same setup in it for all of them.

Re: craigmurray.org.uk/

Posted: 2018-05-10, 22:19
by coffeebreak
Goodydino wrote:I have uBlock Origin installed in all the browsers and the same setup in it for all of them.

Pale Moon has a problem with a particular third-party script on this site. It's a problem that other browsers don't appear to have.

If you block third-party scripts in general (or just scripts from ajax.cloudflare.com) with uBlock Origin or any other blocker, Pale Moon loads craigmurray.co.uk properly.

Re: craigmurray.org.uk/

Posted: 2018-05-11, 08:50
by badnick
Not working for me even with uBO disabled.

Re: craigmurray.org.uk/

Posted: 2018-05-11, 17:19
by Moonchild
Rocket loader is a cloudflare-side script (in beta afaik) -- there's obviously a bug or interop issue with it so I reported this issue to cloudflare.

Re: craigmurray.org.uk/

Posted: 2018-05-11, 17:30
by Night Wing
Just to add my two cents worth.

That site loads just fine for me without any problems and I'm using 64 bit linux Pale Moon 27.9.1 running in 64 bit linux Mint 18.3 (Sylvia) Xfce. Just Adblock Latitude 5.0.1 enabled.

Re: craigmurray.org.uk/

Posted: 2018-05-11, 20:26
by Goodydino
coffeebreak wrote:
Goodydino wrote:I have uBlock Origin installed in all the browsers and the same setup in it for all of them.

Pale Moon has a problem with a particular third-party script on this site. It's a problem that other browsers don't appear to have.

If you block third-party scripts in general (or just scripts from ajax.cloudflare.com) with uBlock Origin or any other blocker, Pale Moon loads craigmurray.co.uk properly.
Not for me. I tried blocking ajax.cloudflare.com in uBlock Origin. It made no difference. I found that the page loaded if I blocked all javascript for it.

Re: craigmurray.org.uk/

Posted: 2018-05-12, 13:01
by Moonchild
The rocketloader script is confirmed the culprit. Once it's been allowed to load once, it will be in your cache and the browser will pull the result from cache as a measure to try and resume the load that never completed. Only clearing your cache afterwards will allow the page to load again.

I have an open ticket with CF about this interop issue. It's been confirmed to be their script at the root of this, and we'll have to see what their engineering team makes of it.
Unfortunately on the client side we can't do anything about this right now. CF needs to figure out first what's wrong with their script.

Re: craigmurray.org.uk/

Posted: 2018-05-17, 21:30
by Moonchild
Cloudflare has deployed a fix for this issue in their script.
If pages still don't load, you need to clear your browser cache to get rid of cached versions of their script, navigate to the problematic page again.
(Preferences -> Advanced -> tab Network -> [Clear now] button under "Cached Web Content")

Re: craigmurray.org.uk/

Posted: 2018-05-18, 07:31
by davews
Now working again, thanks for your efforts chaps.

Re: craigmurray.org.uk/

Posted: 2018-05-18, 08:11
by adesh
Off-topic:
Good efforts, Moonchild! And that responsible behaviour of CloudFlare puts it ahead than many others.