Citibank page doesn't work

Ask for help about NoScript, no registration needed to post
jonh
Posts: 3
Joined: Wed Mar 22, 2017 7:51 pm

Re: Citibank page doesn't work

Post by jonh »

barbaz wrote:@jonh try this XSS exception

Code: Select all

^@https://roll\.bankofamerica\.com/
I got it working with

Code: Select all

^@https://bankofamerica\.com/.*
I don't understand '//roll\', is this part of the url? In my case it is not.
Is there a reason I should not use the rule I am using, like perhaps it is too permissive?
... and this ABE rule

Code: Select all

Site roll.bankofamerica.com
Accept from .bankofamerica.com
Deny
The ABE rule (with 'roll.' removed) does not work with the XSS I posted above.
I as assuming roll is part of the url, if it is part of the code then I need to find out what it means.

Thanks,
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
barbaz
Senior Member
Posts: 11092
Joined: Sat Aug 03, 2013 5:45 pm

Re: Citibank page doesn't work

Post by barbaz »

Nicely done figuring the XSS exception and how to modify the ABE rule. 8-)
jonh wrote:The ABE rule (with 'roll.' removed) does not work with the XSS I posted above.
I as assuming roll is part of the url, if it is part of the code then I need to find out what it means.
The "roll." is/was part of the URL. Like I said, I was working off of old posts. The site must have changed since then.

In what way doesn't it work with this ABE rule?

Code: Select all

Site bankofamerica.com
Accept from .bankofamerica.com
Deny
Please check the Browser Console (Ctrl-Shift-J) when this ABE rule doesn't work 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)
*Always* check the changelogs BEFORE updating that important software!
-
jonh
Posts: 3
Joined: Wed Mar 22, 2017 7:51 pm

Re: Citibank page doesn't work

Post by jonh »

barbaz wrote: In what way doesn't it work with this ABE rule?

Code: Select all

Site bankofamerica.com
Accept from .bankofamerica.com
Deny
The above is what I *thought* I typed yesterday but today copy/paste above and it works perfectly.

Sorry for the false alarm.
Thank you for the help.
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0
barbaz
Senior Member
Posts: 11092
Joined: Sat Aug 03, 2013 5:45 pm

Re: Citibank page doesn't work

Post by barbaz »

You're welcome. Image
*Always* check the changelogs BEFORE updating that important software!
-
Post Reply