fix login (skip page which warns about phishing)
This commit is contained in:
parent
d64e50e2a8
commit
628f4fd634
2 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ class CICBrowser(BaseBrowser):
|
|||
'https://www.cic.fr/.*/fr/banque/BAD.*': InfoPage,
|
||||
'https://www.cic.fr/.*/fr/banque/.*Vir.*': TransfertPage,
|
||||
'https://www.cic.fr/.*/fr/': EmptyPage,
|
||||
'https://www.cic.fr/.*/fr/banque/paci_beware_of_phishing.html.*': EmptyPage,
|
||||
}
|
||||
|
||||
currentSubBank = None
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ class CreditMutuelBrowser(BaseBrowser):
|
|||
'https://www.creditmutuel.fr/.*/fr/banque/BAD.*': InfoPage,
|
||||
'https://www.creditmutuel.fr/.*/fr/banque/.*Vir.*': TransfertPage,
|
||||
'https://www.creditmutuel.fr/.*/fr/': EmptyPage,
|
||||
'https://www.creditmutuel.fr/.*/fr/banque/paci_beware_of_phishing.html.*': EmptyPage,
|
||||
}
|
||||
|
||||
currentSubBank = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue