Page 1 of 1

[RESOLVED] NS and wix.com / can't log in to my account

Posted: Mon Oct 12, 2015 8:51 pm
by rnf67
Even if allow NS globaly it's doesn't help at all.

Login window should pop up but happens nothing.

Looking for any advice.
Atm only switch off NS extension helps me to log in.

Firefox 41.0.1 / NS 2.6.9.38

Re: NS and wix.com / can't log in to my account

Posted: Mon Oct 12, 2015 10:39 pm
by therube
What does happen when you try?
Anything related in Error Console (Ctrl+Shift+J)?

Does the current Development version v 2.6.9.39rc1 make any difference?

Re: NS and wix.com / can't log in to my account

Posted: Tue Oct 13, 2015 12:33 am
by barbaz
They said nothing visible happens.

As therube suggested please check the Browser Console (Ctrl-Shift-J) when this issue happens and post here any messages related to NoScript.
(related messages usually start with either "[NoScript" or "[ABE]"; if you don't know what's related, turn off CSS warnings and post everything else you see)

Re: NS and wix.com / can't log in to my account

Posted: Tue Oct 13, 2015 12:50 am
by Thrawn
Got it. Cross-site inclusion filter.

Code: Select all

[NoScript] Blocking cross-site Javascript served from https://static.parastorage.com/services/wix-users/2.568.0/login-dialog/locale/messages_en.jsonp with wrong type info application/octet-stream and included by https://www.wix.com/signin?postLogin=https://www.wix.com/my-account/sites/&postSignUp=http://www.wix.com/new/vertical/?referralAdditionalInfo=homepage&renderMode=iframe
This isn't great - they're using the wrong content type for their script file - but at least they're not serving their content from eg Github...

The workaround is to edit the noscript.inclusionTypeChecking.exceptions setting in about:config, adding

Code: Select all

https://static.parastorage.com/services/wix-users
to the end.

That lets the login frame open for me. Please let us know if it works for you.

Re: NS and wix.com / can't log in to my account

Posted: Tue Oct 13, 2015 6:09 pm
by rnf67
Problem Solved.
The workaround is to edit the noscript.inclusionTypeChecking.exceptions setting in about:config, adding

Code: Select all

https://static.parastorage.com/services/wix-users
to the end.
It's works, just add to the end (in my case after "cdn.directvid.com/*.jsx ").

I appreciate your help. Thank you all for answers and new knowledge for me about this tool (Ctrl+Shift+J).
/hug

Re: [RESOLVED] NS and wix.com / can't log in to my account

Posted: Tue Oct 13, 2015 6:11 pm
by barbaz
You're welcome Image

Re: NS and wix.com / can't log in to my account

Posted: Wed Oct 14, 2015 12:08 am
by Thrawn
rnf67 wrote:new knowledge for me about this tool (Ctrl+Shift+J).
Actually the Browser console is a built-in part of Firefox, used not just by NoScript but by all sorts of other components.

However, NoScript does try to be a good citizen and log meaningful messages whenever a behind-the-scenes feature takes effect (XSS filter, cross-site inclusion filter, ABE, ClearClick, etc), so it's a useful place to start troubleshooting NS.