Page 1 of 1

[RESOLVED] m.zipscene.com

Posted: Mon Nov 07, 2011 9:16 am
by armstsho
Hello, this is a minor issue.
I'm using Firefox 8.0 with NoScript 2.1.8
When I try to load http://www.cheddars.com/
I get http://m.zipscene.com/cheddars-casual-cafe
WITH NoScript loaded

When I disable NoScript, the page loads normally.

It also loads normally in IE & Opera.

I took zipscene.com out of the "whitelist" under options
and it still loads the page funny.
Seems backwards to have a redirect work with NoScript loaded.

It did this with previous versions of NoScript loaded & older versions of Firefox.
I just never disabled ALL addons and restarted loading them 1 by 1 before.

Re: m.zipscene.com

Posted: Mon Nov 07, 2011 8:49 pm
by therube
The page has a <NOSCRIPT> tag that does just what you're seeing if JavaScript is blocked.

Code: Select all

<noscript><meta rel="nofollow" http-equiv="refresh" content="0;url=http://m.zipscene.com/cheddars-casual-cafe" /></noscript>
If you were to enable Options | Advanced -> Untrusted => Forbid META redirections inside <NOSCRIPT> elements, you would get a redirect warning & option to follow. (This is a global setting so would affect all sites similarly. Not sure if that's is changing in any way, currently?)

Re: m.zipscene.com

Posted: Tue Nov 08, 2011 10:34 am
by armstsho
Thanks for the quick reply.
I added http://www.cheddars.com to my whitelist manually under options.
Now the page loads correctly.
Thanks for your help.

Re: m.zipscene.com

Posted: Tue Nov 08, 2011 10:38 am
by armstsho
I enabled
"Forbid META redirections inside <NOSCRIPT> elements,"
too.