Chase Banking Topic is solved

Board for discussions around the Basilisk web browser.

Moderator: Basilisk-Dev

pintorama
Apollo supporter
Apollo supporter
Posts: 44
Joined: 2018-01-20, 23:46

Chase Banking

Unread post by pintorama » 2018-01-20, 23:59

So far, Basilisk seems terrific. I did want to inform you, however, that when I logged onto Chase Banking yesterday, I was informed I was using a browser that, sometime in the immediate the future, would no longer be able to access Chase. On the other hand, today, when I logged on, I did not receive this message. Don't know what to believe, but I wanted you to be aware there may be a problem looming for Basilisk and the Chase Bank web site. Thanks.

GMforker

Re: Chase Banking

Unread post by GMforker » 2018-01-21, 06:42

The user agent sniffing:
https://www.chase.com/etc/chase/appscon ... tconfig.js

Code: Select all

define({
supportedBrowsers:"Firefox=42|Firefox Mobile=38|Firefox IOS Mobile=1|IE=11|IE Mobile=11|Chrome=48|Chrome Mobile=1|Safari=9|Android Browser=4|Silk=3|BlackBerry Browser=7|Nokia Browser=8|Opera Mini=7|PlayBook Browser=7|Microsoft Edge=12",
about:config

e.g.:

Code: Select all

general.useragent.override.chase.com = Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
See also (for Pale Moon):
https://github.com/MoonchildProductions ... es.inc#L52

pintorama
Apollo supporter
Apollo supporter
Posts: 44
Joined: 2018-01-20, 23:46

Re: Chase Banking

Unread post by pintorama » 2018-01-21, 17:42

Thanks. But I have no idea how to execute these changes to about:config. I've worked with about:config before, but what is being suggested here is something I just don't understand how to do. If you could break it down, step-by-step, that would be very helpful.

kelendral

Re: Chase Banking

Unread post by kelendral » 2018-01-21, 17:50

pintorama wrote:Thanks. But I have no idea how to execute these changes to about:config. I've worked with about:config before, but what is being suggested here is something I just don't understand how to do. If you could break it down, step-by-step, that would be very helpful.
After you have about:config onscreen,
Right-Click then select New String
In the first input box type/paste:

Code: Select all

general.useragent.override.chase.com
Hit Ok and then a second input box will be shown for the value which you should type or paste:

Code: Select all

Mozilla/5.0 (Windows NT 6.1; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
Hit OK again.
Last edited by kelendral on 2018-01-21, 17:50, edited 1 time in total.

pintorama
Apollo supporter
Apollo supporter
Posts: 44
Joined: 2018-01-20, 23:46

Re: Chase Banking

Unread post by pintorama » 2018-01-21, 18:13

Yes, this worked. Many thanks.

Locked