I got it working withbarbaz wrote:@jonh try this XSS exceptionCode: Select all
^@https://roll\.bankofamerica\.com/
Code: Select all
^@https://bankofamerica\.com/.*
Is there a reason I should not use the rule I am using, like perhaps it is too permissive?
The ABE rule (with 'roll.' removed) does not work with the XSS I posted above.... and this ABE ruleCode: Select all
Site roll.bankofamerica.com Accept from .bankofamerica.com Deny
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,