From 71fd2f4a0b5ca17f8d11e0cfc3500d721a8cb46a Mon Sep 17 00:00:00 2001 From: Baptiste Delpey Date: Mon, 3 Aug 2015 15:11:39 +0200 Subject: [PATCH] cragr add auth service page --- modules/cragr/web/browser.py | 1 + 1 file changed, 1 insertion(+) 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,