Trouble with ABE web

Ask for help about NoScript, no registration needed to post
widhie75
Posts: 4
Joined: Wed Apr 17, 2013 2:28 am

Trouble with ABE web

Post by widhie75 »

I have another trouble with ABE web.

When I login WebMoney, after input data and then going to next step, I found this ABE trouble.
Image

After I press Option, then come up this window box
Image

How to handle this so I can login into WebMoney website.
Mozilla/5.0 (Windows NT 5.1; rv:25.0) Gecko/20100101 Firefox/25.0
barbaz
Senior Member
Posts: 11163
Joined: Sat Aug 03, 2013 5:45 pm

Re: Trouble with ABE web

Post by barbaz »

try add this above the built-in SYSTEM rule:

Code: Select all

Site ^https?://127\.0\.0\.1:2803/login\?
Accept from .login.wmtransfer.com
*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22.1
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Re: Trouble with ABE web

Post by Thrawn »

Hmm. I had to sift through a ton of sites (including 9 that I marked as Untrusted) and an XSS filter message before I could actually see the photo.

barbaz' rule looks good, but I would suggest replacing 'Accept from .login.wmtransfer.com' with:

Code: Select all

Accept from https://login.wmtransfer.com
======
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.

True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0
widhie75
Posts: 4
Joined: Wed Apr 17, 2013 2:28 am

Re: Trouble with ABE web

Post by widhie75 »

I just try put code into system list, and it seems works :)

The full codes would be like this.

Code: Select all

# Prevent Internet sites from requesting LAN resources.
Site ^https?://127\.0\.0\.1:2803/login\?
Accept from https://login.wmtransfer.com
Site LOCAL
Accept from LOCAL
Deny
Thank you barbaz, Thrawn.

===================

and thrawn, about pictures, I upload them using photobucket.
Do you find any suspicious about it?
Mozilla/5.0 (Windows NT 5.1; rv:25.0) Gecko/20100101 Firefox/25.0
User avatar
Thrawn
Master Bug Buster
Posts: 3106
Joined: Mon Jan 16, 2012 3:46 am
Location: Australia
Contact:

Re: Trouble with ABE web

Post by Thrawn »

widhie75 wrote:I just try put code into system list, and it seems works :)
That's good :)
and thrawn, about pictures, I upload them using photobucket.
Do you find any suspicious about it?
Not suspicious, it just seems to be pulling in a lot of ad/tracking sites.
======
Thrawn
------------
Religion is not the opium of the masses. Daily life is the opium of the masses.

True religion, which dares to acknowledge death and challenge the way we live, is an attempt to wake up.
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0
Post Reply