Page 1 of 1
Trouble with ABE web
Posted: Thu Dec 05, 2013 9:55 am
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.
After I press Option, then come up this window box
How to handle this so I can login into WebMoney website.
Re: Trouble with ABE web
Posted: Thu Dec 05, 2013 1:52 pm
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
Re: Trouble with ABE web
Posted: Thu Dec 05, 2013 10:47 pm
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
Re: Trouble with ABE web
Posted: Sun Dec 08, 2013 5:46 am
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?
Re: Trouble with ABE web
Posted: Sun Dec 08, 2013 11:39 pm
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.