diff --git a/modules/cragr/web/browser.py b/modules/cragr/web/browser.py index a01dd84d..b82757cd 100644 --- a/modules/cragr/web/browser.py +++ b/modules/cragr/web/browser.py @@ -41,6 +41,7 @@ class Cragr(Browser): 'https?://[^/]+/stb/entreeBam\?.*typeAuthentification=CLIC_ALLER.*': LoginPage, 'https?://[^/]+/stb/entreeBam\?.*pagePremVisite.*': UselessPage, 'https?://[^/]+/stb/entreeBam\?.*Interstitielle.*': UselessPage, + 'https?://[^/]+/stb/entreeBam\?.*sessionSAG.*': UselessPage, 'https?://[^/]+/stb/entreeBam\?.*act=Synthcomptes': AccountsPage, 'https?://[^/]+/stb/entreeBam\?.*act=Synthepargnes': SavingsPage, 'https?://[^/]+/stb/.*act=Releves.*': TransactionsPage,