add new certificate hash

This commit is contained in:
Romain Bignon 2013-01-14 16:39:16 +01:00
commit 0998d12327

View file

@ -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,