Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
librespacefoundation
SatNOGS
satnogs-network
Commits
3c5d5105
Commit
3c5d5105
authored
Dec 16, 2018
by
Corey Shields
Browse files
fix csp for safari / mapbox
parent
438b6176
Pipeline
#40323332
passed with stages
in 3 minutes and 56 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
network/settings.py
View file @
3c5d5105
...
...
@@ -321,6 +321,9 @@ CSP_STYLE_SRC = (
CSP_WORKER_SRC
=
(
'blob:'
,
)
CSP_CHILD_SRC
=
(
'blob:'
,
)
# Database
DATABASE_URL
=
config
(
'DATABASE_URL'
,
default
=
'sqlite:///db.sqlite3'
)
...
...
Write
Preview
Supports
Markdown
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