add new certificate hash
This commit is contained in:
parent
b6ddd15660
commit
0998d12327
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Fortuneo(BaseBrowser):
|
|||
DOMAIN_LOGIN = 'www.fortuneo.fr'
|
||||
DOMAIN = 'www.fortuneo.fr'
|
||||
PROTOCOL = 'https'
|
||||
CERTHASH = 'f71bd27994f395963c4a500d9d330cb50cef37ee5946146f9ca2492c2552b2ba'
|
||||
CERTHASH = ['f71bd27994f395963c4a500d9d330cb50cef37ee5946146f9ca2492c2552b2ba', '97628e02c676d88bb8eb6d91a10b50cffd7275e273902975b4e1eb7154270c4e']
|
||||
ENCODING = None # refer to the HTML encoding
|
||||
PAGES = {
|
||||
'.*identification\.jsp.*' : LoginPage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue