enable check of certificate
This commit is contained in:
parent
fd9d069442
commit
3827f5c11f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ __all__ = ['CreditDuNordBrowser']
|
||||||
class CreditDuNordBrowser(BaseBrowser):
|
class CreditDuNordBrowser(BaseBrowser):
|
||||||
PROTOCOL = 'https'
|
PROTOCOL = 'https'
|
||||||
DOMAIN = 'www.credit-du-nord.fr'
|
DOMAIN = 'www.credit-du-nord.fr'
|
||||||
#CERTHASH = 'b2f8a8a7a03c54d7bb918f10eb4e141c3fb51bebf0eb8371aefb33a997efc600'
|
CERTHASH = 'b2f8a8a7a03c54d7bb918f10eb4e141c3fb51bebf0eb8371aefb33a997efc600'
|
||||||
ENCODING = 'UTF-8'
|
ENCODING = 'UTF-8'
|
||||||
PAGES = {'https://www.credit-du-nord.fr/?': LoginPage,
|
PAGES = {'https://www.credit-du-nord.fr/?': LoginPage,
|
||||||
'https://www.credit-du-nord.fr/vos-comptes/particuliers(\?.*)?': AccountsPage,
|
'https://www.credit-du-nord.fr/vos-comptes/particuliers(\?.*)?': AccountsPage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue