Skip to content

Commit

Permalink
fix: remove default_headers
Browse files Browse the repository at this point in the history
  • Loading branch information
meua committed Dec 15, 2023
1 parent e8ac414 commit 6e0433d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion settings/prod.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .common import * # noqa: ignore=F405
from corsheaders.defaults import default_headers
import os
# import raven

Expand Down Expand Up @@ -38,6 +37,9 @@
'x-csrftoken',
'x-requested-with',
'Nomessage',
'XMLHttpRequest',
'X_FILENAME',
'Pragma',
]

DATABASES = {
Expand Down

0 comments on commit 6e0433d

Please sign in to comment.