Commit be1f012d25abb7b18331672eb88478e309aeb41f

Authored by Fabio Kaiser Rauber
1 parent aa1162a4

Allowing browserid to use http

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/custom_settings.py
@@ -270,7 +270,7 @@ MAILMAN_API_URL = 'http://listas.interlegis.gov.br:8000' @@ -270,7 +270,7 @@ MAILMAN_API_URL = 'http://listas.interlegis.gov.br:8000'
270 270
271 ### BrowserID / Persona 271 ### BrowserID / Persona
272 SITE_URL = 'https://colab.interlegis.leg.br' 272 SITE_URL = 'https://colab.interlegis.leg.br'
273 -BROWSERID_AUDIENCES = [SITE_URL] 273 +BROWSERID_AUDIENCES = [SITE_URL, SITE_URL.replace('https', 'http')]
274 274
275 275
276 LOGIN_URL = '/' 276 LOGIN_URL = '/'