adding new certificat hash
This commit is contained in:
parent
439ed46f13
commit
5fac4ffa53
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class BrowserIncorrectAuthenticationCode(BrowserIncorrectPassword):
|
||||||
class Boursorama(BaseBrowser):
|
class Boursorama(BaseBrowser):
|
||||||
DOMAIN = 'www.boursorama.com'
|
DOMAIN = 'www.boursorama.com'
|
||||||
PROTOCOL = 'https'
|
PROTOCOL = 'https'
|
||||||
CERTHASH = '6bdf8b6dd177bd417ddcb1cfb818ede153288e44115eb269f2ddd458c8461039'
|
CERTHASH = ['6bdf8b6dd177bd417ddcb1cfb818ede153288e44115eb269f2ddd458c8461039', 'b290ef629c88f0508e9cc6305421c173bd4291175e3ddedbee05ee666b34c20e']
|
||||||
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