From 138d4c8bac863293f37c3319d551276611bfe1bf Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Thu, 20 Oct 2011 19:03:09 -0700 Subject: [PATCH] settings --- settings.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.py b/settings.py index 04b3862..5408f90 100644 --- a/settings.py +++ b/settings.py @@ -112,13 +112,14 @@ URL_HOST = "http://localhost:8000" # IMPORTANT: you should not change this setting once you've created # elections, as your elections' cast_url will then be incorrect. -SECURE_URL_HOST = "https://localhost:8443" +# SECURE_URL_HOST = "https://localhost:8443" +SECURE_URL_HOST = "http://localhost:8000" # this additional host is used to iframe-isolate the social buttons, # which usually involve hooking in remote JavaScript, which could be # a security issue. Plus, if there's a loading issue, it blocks the whole # page. Not cool. -SOCIALBUTTONS_URL_HOST= "http://127.0.0.1:8000" +SOCIALBUTTONS_URL_HOST= "http://localhost:8000" # election stuff SITE_TITLE = 'Helios Election Server' -- GitLab