[RESOLVED] ice.net (ice.no)

Ask for help about NoScript, no registration needed to post
Gazer75

[RESOLVED] ice.net (ice.no)

Post by Gazer75 »

Can't get some parts of the support pages at http://kundeservice.ice.no/Privat/Kunde ... gsvar.aspx to work. Each question is clickable and will scroll down more text, but with noscript enabled that don't work. I have to disable the addon completely to make this site work properly.

I know this is a Norwegian site, but I hope someone might know how to make it work.

Thank you.
Last edited by Tom T. on Thu Mar 15, 2012 8:59 am, edited 1 time in total.
Reason: mark as resolved
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Gazer75

Re: ice.net (ice.no)

Post by Gazer75 »

Seems this site cant handle some links so trying again with url and code...
http://kundeservice.ice.no/Privat/Kunde ... gsvar.aspx

Code: Select all

http://kundeservice.ice.no/Privat/Kundeservice/Sp%C3%B8rsm%C3%A5logsvar.aspx
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Tom T.
Field Marshal
Posts: 3620
Joined: Fri Mar 20, 2009 6:58 am

Re: ice.net (ice.no)

Post by Tom T. »

The issue with long URLs being broken has been discussed, and appears to be a phpBB issue. You have the correct solutions: URL tags or code tags.

Reproduced on both Fx 3.6.27 and 10.0.02 with NS 2.3.4rc1.
Temp-allowed ice.no.

Sample page:

Code: Select all

http://kundeservice.ice.no/Privat/Kundeservice/Sp%C3%B8rsm%C3%A5logsvar/TeknisksupportWlanR90.aspx
The list of topics displays, but clicking either the + sign or the topic does nothing.

Giorgio?
Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: ice.net (ice.no)

Post by Giorgio Maone »

The Google Analytics surrogate seems to be broken, working on that.
Temporarily allowing google-analytics.com works for me, though (the FAQ revealing script tries to record which item you're opening through GA).
Check also ABP and RequestPolicy, which may be blocking GA as well.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: ice.net (ice.no)

Post by Giorgio Maone »

Restored Surrogates functionality in latest development build 2.4.5rc3 (you can forbid google-analytics.com again, now).
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20100101 Firefox/10.0.2
Tom T.
Field Marshal
Posts: 3620
Joined: Fri Mar 20, 2009 6:58 am

Re: ice.net (ice.no)

Post by Tom T. »

Giorgio Maone wrote:Restored Surrogates functionality in latest development build 2.4.5rc3 (you can forbid google-analytics.com again, now).
Confirmed the site works now in both Fx 3.6.28 and 11.0, but with a strange twist:

1) GA is Untrusted in NS, *and* blocked in HOSTS and RequestPolicy.
Result: page is broken.

2) TA requests from site to GA in RP; keeping it blocked in NS and Hosts
Result: site works.

Toggling the permission in RP toggles the symptom, even though it can't call anywhere due to hosts blocking.

Please refresh my memory on the order of processing between NS and RP, sorry.
Is it necessary to TA GA in RP to fool the site into thinking GA ran vs. (locally-supplied) surrogate?
Is it necessary to allow this request in RP for the surrogate to run in the first place?

Thanks, Giorgio.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: ice.net (ice.no)

Post by Giorgio Maone »

Tom T. wrote: Please refresh my memory on the order of processing between NS and RP, sorry.
By default, NS comes always the last: this was introduced years ago to allow ABP users to see stuff blocked later by NoScript among ABP's "Blockable objects".
This is controlled by the noscript.cp.last about:config preference: if you turn it to false, content policy execution order will depend on component registration order, which isn't always obvious.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
Tom T.
Field Marshal
Posts: 3620
Joined: Fri Mar 20, 2009 6:58 am

Re: ice.net (ice.no)

Post by Tom T. »

Giorgio Maone wrote:
Tom T. wrote: Please refresh my memory on the order of processing between NS and RP, sorry.
By default, NS comes always the last: this was introduced years ago to allow ABP users to see stuff blocked later by NoScript among ABP's "Blockable objects".
This is controlled by the noscript.cp.last about:config preference: if you turn it to false, content policy execution order will depend on component registration order, which isn't always obvious.
Thank you.

Confirming that I understand correctly: In the default configuration, I must TA or allow in RequestPolicy requests to G-A, so that RP will allow this to get to where NS sees it, whereupon NS runs the surrogate. Correct?

And the Hosts blocking is irrelevant to the above, because the original request is internally processed through RP to NS, which runs the locally-stored surrogate, thus never triggering a (Hosts or DNS) lookup to G-A. Correct?

If I have that right, then I understand the need to allow G-A in RP. Many thanks.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: ice.net (ice.no)

Post by Giorgio Maone »

Tom T. wrote: Confirming that I understand correctly: In the default configuration, I must TA or allow in RequestPolicy requests to G-A, so that RP will allow this to get to where NS sees it, whereupon NS runs the surrogate. Correct?

And the Hosts blocking is irrelevant to the above, because the original request is internally processed through RP to NS, which runs the locally-stored surrogate, thus never triggering a (Hosts or DNS) lookup to G-A. Correct?

If I have that right, then I understand the need to allow G-A in RP.
Everything correct.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20100101 Firefox/11.0
Tom T.
Field Marshal
Posts: 3620
Joined: Fri Mar 20, 2009 6:58 am

Re: ice.net (ice.no)

Post by Tom T. »

TUVM, for both the surrogate fix and the very useful information. Marking as Resolved.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28
Post Reply