update BNP certificate fingerprint
This commit is contained in:
parent
3900818482
commit
f46c2c3e71
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ __all__ = ['BNPorc']
|
||||||
class BNPorc(BaseBrowser):
|
class BNPorc(BaseBrowser):
|
||||||
DOMAIN = 'www.secure.bnpparibas.net'
|
DOMAIN = 'www.secure.bnpparibas.net'
|
||||||
PROTOCOL = 'https'
|
PROTOCOL = 'https'
|
||||||
CERTHASH = ['f7dae8d9e0f2c63a1c35d8cf1a86fdd5441a897340538b045ba8197f40c28cad', '5511f0ff19c982b6351c17b901bfa7419f075edb13f2df41e446248beb7866bb']
|
CERTHASH = ['5511f0ff19c982b6351c17b901bfa7419f075edb13f2df41e446248beb7866bb', 'fa8cb72ef2e46054469af916f7ec222b1904901fecde8511a0f769ba0385410d']
|
||||||
ENCODING = None # refer to the HTML encoding
|
ENCODING = None # refer to the HTML encoding
|
||||||
PAGES = {'.*pageId=unedescomptes.*': AccountsList,
|
PAGES = {'.*pageId=unedescomptes.*': AccountsList,
|
||||||
'.*pageId=releveoperations.*': AccountHistory,
|
'.*pageId=releveoperations.*': AccountHistory,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue