set CERTHASH const on most bank modules and others
This commit is contained in:
parent
bf3206418b
commit
dde19633d3
13 changed files with 15 additions and 5 deletions
|
|
@ -36,6 +36,7 @@ __all__ = ['BPBrowser']
|
|||
class BPBrowser(BaseBrowser):
|
||||
DOMAIN = 'voscomptesenligne.labanquepostale.fr'
|
||||
PROTOCOL = 'https'
|
||||
CERTHASH = '868646b852c989638d4e5bbfab830e2cfbb82f4d2524e28d0251686a44e49163'
|
||||
ENCODING = None # refer to the HTML encoding
|
||||
PAGES = {r'.*wsost/OstBrokerWeb/loginform.*' : LoginPage,
|
||||
r'.*authentification/repositionnerCheminCourant-identif.ea' : repositionnerCheminCourant,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue