new certificate for bnporc
This commit is contained in:
parent
7c5e21038b
commit
6a5d3b259e
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 = ['5511f0ff19c982b6351c17b901bfa7419f075edb13f2df41e446248beb7866bb', 'fa8cb72ef2e46054469af916f7ec222b1904901fecde8511a0f769ba0385410d']
|
CERTHASH = ['5511f0ff19c982b6351c17b901bfa7419f075edb13f2df41e446248beb7866bb', 'fa8cb72ef2e46054469af916f7ec222b1904901fecde8511a0f769ba0385410d', '86cd4ba8cfbc53937dfc402e8c2d0a2d5ffb630a73bbeafd09c39f8b54a6a6c3']
|
||||||
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