Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit e0704f5

Browse files
committed
fix: cross origin whitelist * raise error when running crontab add
1 parent a69c14d commit e0704f5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

covid19/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@
150150
#跨域增加忽略
151151
CORS_ALLOW_CREDENTIALS = True
152152
CORS_ORIGIN_ALLOW_ALL = True
153-
CORS_ORIGIN_WHITELIST = (
154-
'*'
155-
)
156153

157154
CORS_ALLOW_METHODS = (
158155
'DELETE',

0 commit comments

Comments
 (0)