Walmart.com unable to login? New issue!

Ask for help about NoScript, no registration needed to post
ksharp
Posts: 3
Joined: Wed Feb 17, 2016 4:30 am

Walmart.com unable to login? New issue!

Post by ksharp »

Disclaimer: this is dissimilar to the other Walmart login issue posted previously.

I tried resetting NoScript, (failed to resolve issue).
I tried disabling NoScript using the option to stop all script blocking (failed to resolve issue).

I even tried a completely new FireFox profile (100% unaltered, with zero addons).
Then installed NoScript (only addon) the issue re-appeared.

I had to disable NoScript completely, with a restart of the browser to fix it.

In other words, I cannot start the browser with NoScript installed & enabled in any way and still access WalMart.com's login page.

Tech specs:
FireFox 44.0.1
NoScript 2.9.0.4
Shockwave Flash 20.0.0.306
Windows 7 Home Premium
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
barbaz
Senior Member
Posts: 11068
Joined: Sat Aug 03, 2013 5:45 pm

Re: Walmart.com unable to login? New issue!

Post by barbaz »

When this issue occurs, do you see anything related in the Browser Console? (Ctrl-Shift-J)
(if you don't know what's related, turn off CSS warnings and post everything else you see)
ksharp wrote:Disclaimer: this is dissimilar to the other Walmart login issue posted previously.
Link please?
*Always* check the changelogs BEFORE updating that important software!
-
ksharp
Posts: 3
Joined: Wed Feb 17, 2016 4:30 am

Re: Walmart.com unable to login? New issue!

Post by ksharp »

barbaz wrote: Link please?
viewtopic.php?f=7&t=8248&hilit=walmart+log+in

(Ctrl-Shift-J) data:

Code: Select all

 Could not read chrome manifest 'file:///C:/ProgramFiles/Mozilla%20Firefox/chrome.manifest'.
While creating services from category 'profile-after-change', could not create service for entry 'Sapi Speech Synth', contract ID '@mozilla.org/synthsapi;1'

[NoScript] Blocking cross-site Javascript served from https://ll-us-i5.wal.co/dfw/63fd9f59-bd92/k2-_e3db6f3f-bb49-4b26-ad59-3ab8987390ea.v27.js-7a19b435de26ab8b51e5309d2761bcbc83e41a6b with wrong type info application/jav and included by https://www.walmart.com/account/login?returnUrl=%2Faccount%2F
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://ll-us-i5.wal.co/static/fonts/walmarticons/walmarticons.woff2. (Reason: CORS header 'Access-Control-Allow-Origin' missing). <unknown>

[ABE WAN] Detected WAN IP ***
Key event not available on some keyboard layouts: key="c" modifiers="accel,alt" browser.xul
Key event not available on some keyboard layouts: key="i" modifiers="accel,alt,shift" browser.xul
1455747419162	Services.HealthReport.HealthReporter	WARN	Saved state file does not exist.
I believe the info in the center would be related; ...NoScript blocking cross-site Javascript ...with wrong type info application/jav
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
barbaz
Senior Member
Posts: 11068
Joined: Sat Aug 03, 2013 5:45 pm

Re: Walmart.com unable to login? New issue!

Post by barbaz »

ksharp wrote:

Code: Select all

[NoScript] Blocking cross-site Javascript served from https://ll-us-i5.wal.co/dfw/63fd9f59-bd92/k2-_e3db6f3f-bb49-4b26-ad59-3ab8987390ea.v27.js-7a19b435de26ab8b51e5309d2761bcbc83e41a6b with wrong type info application/jav and included by https://www.walmart.com/account/login?returnUrl=%2Faccount%2F
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://ll-us-i5.wal.co/static/fonts/walmarticons/walmarticons.woff2. (Reason: CORS header 'Access-Control-Allow-Origin' missing). <unknown>
I believe the info in the center would be related; ...NoScript blocking cross-site Javascript ...with wrong type info application/jav
Yep, that's it (maybe both the two messages that are re-quoted by me?). It's a server error, you'll need to contact them (be sure to point them to this thread) to let them know it's happening and causing problems. "application/jav" should be "application/javascript".

While waiting for them to respond, try this work-around:
about:config > noscript.inclusionTypeChecking.exceptions
add on the end, separated by a space

Code: Select all

.wal.co/*.js*
*Always* check the changelogs BEFORE updating that important software!
-
User avatar
diverjer
Junior Member
Posts: 31
Joined: Sun Jul 27, 2014 3:06 am

Re: Walmart.com unable to login? New issue!

Post by diverjer »

I posted this same problem and now see a thread was already started. Sorry.

I don't understand the .wal.co/*.js* added to noscript.inclusionTypeChecking.exceptions, in fact I don't understand anything on that line in about:config.

However I do have over 40 years in programming mainframes mostly system software issues nobody else could resolve, but been retired since 2003. Anyway, I was careful and made the change you suggested and it did fix the problem described. Thought you might want to know. I doubt anyone will have any luck making Walmart change their code, but may be wrong?

EDIT:
I assume I will have to change about:config on new releases?? From looking around I noticed some of the noscripts updates modified that line.
Well after looking at the error and needed change to config, I do see what .wal.co/*.js* is doing, but would have thought it should be *.wal.co/*.js*, but it works do I leave well enough alone.
Last edited by diverjer on Fri Feb 19, 2016 4:32 pm, edited 1 time in total.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
ksharp
Posts: 3
Joined: Wed Feb 17, 2016 4:30 am

Re: Walmart.com unable to login? New issue!

Post by ksharp »

@barbaz

Thank you. The workaround works great.

Also, thanks for shedding light on the root issue. I contacted Walmart.com, hopefully they'll repair it before too many customers run into the same issue.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
barbaz
Senior Member
Posts: 11068
Joined: Sat Aug 03, 2013 5:45 pm

Re: Walmart.com unable to login? New issue!

Post by barbaz »

@ksharp: You're welcome! Image

@diverjer: What's changed in the NoScript updates is the default value of that preference. I don't think NoScript updates will touch that line in your preferences if you have it a user-set value.
*Always* check the changelogs BEFORE updating that important software!
-
User avatar
diverjer
Junior Member
Posts: 31
Joined: Sun Jul 27, 2014 3:06 am

Re: Walmart.com unable to login? New issue!

Post by diverjer »

Thanks for the help, I think there is a new noscripts out there, will watch it closely.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
tt444
Posts: 3
Joined: Fri Feb 19, 2016 11:30 pm

Re: Walmart.com unable to login? New issue!

Post by tt444 »

So best to wait for NoScript updates to set a new default value rather than set a user-set value?
I also reported the issue Walmart.com.
https://www.walmart.com/account/login?r ... account%2F
Login still blocked after update check -- as of this post .

Still seems very strange that such issues can occur for a site when already allowing all scripts AND in trusted for that site.
And that this can happen all in the background.
Really should be some kind of obvious notice to the user.
Mozilla/5.0 (Windows NT 6.3; rv:44.0) Gecko/20100101 Firefox/44.0
barbaz
Senior Member
Posts: 11068
Joined: Sat Aug 03, 2013 5:45 pm

Re: Walmart.com unable to login? New issue!

Post by barbaz »

I don't know if this will be included by default in NoScript or not. That's entirely up to Giorgio.
*Always* check the changelogs BEFORE updating that important software!
-
FrMurphy

Re: Walmart.com unable to login? New issue!

Post by FrMurphy »

Yes, this work around does work. !notified Walmart about a week ago and CS pleaded "no knowledge of this problem. Mine also appeared suddenly with NO other changes (except a routine disk defrag/cleanuo) on my end. I had just placed/checked shipping status and all was fine until this! Tried all the usual things.... options, remove/reinstall of Noscript, Adblock Plus. This edit of the Noscript "noscript.inclusionTypeChecking.exceptions" works fine the first try! Thanks a bunch!
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:44.0) Gecko/20100101 Firefox/44.0
schemer

Re: Walmart.com unable to login? New issue!

Post by schemer »

I had the same issue today this morning trying to logon and add something to my cart at Walmart.com and tried everything to no avail. I ended up disabling NoScript and restarted my Firefox (up to date) and placed my order. I see there was a fix mention but what exactly are we supposed to do?
Thanks,
schemer
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
schemer

Re: Walmart.com unable to login? New issue!

Post by schemer »

Oh, I figured it out. I was looking at all the code posted above the fix. Here it is for anyone else that misses it. :)
barbaz wrote:While waiting for them to respond, try this work-around:
about:config > noscript.inclusionTypeChecking.exceptions
add on the end, separated by a space

Code: Select all

.wal.co/*.js*
Thanks
Last edited by barbaz on Tue Feb 23, 2016 4:28 pm, edited 1 time in total.
Reason: fix my quote
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
barbaz
Senior Member
Posts: 11068
Joined: Sat Aug 03, 2013 5:45 pm

Re: Walmart.com unable to login? New issue!

Post by barbaz »

Can those who wish to quote the work-around I suggested please 1) make sure to keep my BBCode, and 2) attribute it to me directly? This is the second time I've had to fix the confusing result of a copy+paste of my post.
Thanks.
*Always* check the changelogs BEFORE updating that important software!
-
schemer

Re: Walmart.com unable to login? New issue!

Post by schemer »

Sorry about that. First time on the forum and freaking out because it took an hour to get my order from WalMart figured out. I will be sure to quote the whole message in the future. :oops:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
Post Reply