Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
I
ipv6-dot-work
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ungleich-public
ipv6-dot-work
Commits
12871050
Commit
12871050
authored
Nov 17, 2018
by
Aatish Neupane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add CSRF_TRUSTED_ORIGINS
parent
d8705d49
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
ipv6work/settings.py
ipv6work/settings.py
+1
-0
No files found.
ipv6work/settings.py
View file @
12871050
...
...
@@ -29,6 +29,7 @@ SECRET_KEY = '+0t^onasc-b+_ry$!6@hpf4o79rw6m%q7dow5#ia+@nla&2@0-'
DEBUG
=
config
(
'DEBUG'
,
cast
=
bool
,
default
=
False
)
ALLOWED_HOSTS
=
config
(
'ALLOWED_HOSTS'
,
cast
=
Csv
(),
default
=
"*"
)
CSRF_TRUSTED_ORIGINS
=
[
'.ungleich.ch'
]
# Application definition
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment