handle useless pages to prevent being redirected to mobile version
This commit is contained in:
parent
446bb3416c
commit
8972743bd7
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ class Cragr(Browser):
|
||||||
PAGES = {'https?://[^/]+/': HomePage,
|
PAGES = {'https?://[^/]+/': HomePage,
|
||||||
'https?://[^/]+/stb/entreeBam': LoginPage,
|
'https?://[^/]+/stb/entreeBam': LoginPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage,
|
'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage,
|
||||||
|
'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage,
|
||||||
|
'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*act=Synthcomptes': AccountsPage,
|
'https?://[^/]+/stb/entreeBam\?.*act=Synthcomptes': AccountsPage,
|
||||||
'https?://[^/]+/stb/entreeBam\?.*act=Synthepargnes': SavingsPage,
|
'https?://[^/]+/stb/entreeBam\?.*act=Synthepargnes': SavingsPage,
|
||||||
'https?://[^/]+/stb/.*act=Releves.*': TransactionsPage,
|
'https?://[^/]+/stb/.*act=Releves.*': TransactionsPage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue