Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
ddaa4a67
Commit
ddaa4a67
authored
14 years ago
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
social buttons iframe
parent
31f5468b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
helios
+1
-1
1 addition, 1 deletion
helios
settings.py.sample
+6
-0
6 additions, 0 deletions
settings.py.sample
with
7 additions
and
1 deletion
helios
@
e8f1320a
Compare
f4bde266
...
e8f1320a
Subproject commit
f4bde266d529fd8386aaf31782e9dd530d9d26e4
Subproject commit
e8f1320aabf08b3bbb513a53408ec41128e6ead6
This diff is collapsed.
Click to expand it.
settings.py.sample
+
6
−
0
View file @
ddaa4a67
...
...
@@ -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'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment