Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
c0a69053
Commit
c0a69053
authored
Jun 15, 2022
by
Bryan BRANCOTTE
Browse files
trust the dev
parent
180352eb
Pipeline
#83443
passed with stages
in 5 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ippisite/ippisite/settings.py
View file @
c0a69053
...
...
@@ -37,7 +37,7 @@ ALLOWED_HOSTS = [
gethostbyname
(
gethostname
()),
]
# for k8s probe compatibility
CSRF_TRUSTED_ORIGINS
=
[
'https://*.pasteur.fr'
,
'https://*.pasteur.cloud'
]
CSRF_TRUSTED_ORIGINS
=
[
'https://*.pasteur.fr'
,
'https://*.pasteur.cloud'
,
'https://*.dev.pasteur.cloud'
]
INTERNAL_IPS
=
[
"127.0.0.1"
,
"localhost"
]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment