mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
Merge pull request #301 from SchrodingersGat/build-fix
Remove comment, maybe?
This commit is contained in:
commit
4c6a544b3c
@ -32,13 +32,6 @@ DEBUG = True
|
|||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
|
|
||||||
CORS_ORIGIN_WHITELIST = [
|
CORS_ORIGIN_WHITELIST = [
|
||||||
"""
|
|
||||||
TODO - Implement a proper CORS whitelist strategy here.
|
|
||||||
|
|
||||||
- The CORS headers should be set per-application and not hard-coded into settings.py
|
|
||||||
- Provide an external settings.yaml file which defines extra options
|
|
||||||
- Then the site admin can adjust these without touching tracked files
|
|
||||||
"""
|
|
||||||
]
|
]
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user