boursorama certificate changed
This commit is contained in:
parent
b209b46f4a
commit
8b8a8a0d82
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class BrowserIncorrectAuthenticationCode(BrowserIncorrectPassword):
|
||||||
class Boursorama(BaseBrowser):
|
class Boursorama(BaseBrowser):
|
||||||
DOMAIN = 'www.boursorama.com'
|
DOMAIN = 'www.boursorama.com'
|
||||||
PROTOCOL = 'https'
|
PROTOCOL = 'https'
|
||||||
CERTHASH = '74429081f489cb723a82171a94350913d42727053fc86cf5bf5c3d65d39ec449'
|
CERTHASH = '6bdf8b6dd177bd417ddcb1cfb818ede153288e44115eb269f2ddd458c8461039'
|
||||||
ENCODING = None # refer to the HTML encoding
|
ENCODING = None # refer to the HTML encoding
|
||||||
PAGES = {
|
PAGES = {
|
||||||
'.*/connexion/securisation/index.phtml': AuthenticationPage,
|
'.*/connexion/securisation/index.phtml': AuthenticationPage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue