Skip to content
Snippets Groups Projects
Commit ddaa4a67 authored by Ben Adida's avatar Ben Adida
Browse files

social buttons iframe

parent 31f5468b
No related branches found
No related tags found
No related merge requests found
Subproject commit f4bde266d529fd8386aaf31782e9dd530d9d26e4
Subproject commit e8f1320aabf08b3bbb513a53408ec41128e6ead6
......@@ -109,6 +109,12 @@ LOGOUT_ON_CONFIRMATION = True
URL_HOST = "http://localhost:8000"
SECURE_URL_HOST = "https://localhost:8443"
# 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"
# election stuff
SITE_TITLE = 'Helios Election Server'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment