Merge branch 'main' into storefront-nuxt
This commit is contained in:
commit
252b86636a
1 changed files with 10 additions and 10 deletions
|
|
@ -71,23 +71,23 @@ CORS_ALLOW_HEADERS = (
|
|||
"accept",
|
||||
"accept-encoding",
|
||||
"accept-language",
|
||||
"content-type",
|
||||
"connection",
|
||||
"user-agent",
|
||||
"authorization",
|
||||
"host",
|
||||
"x-csrftoken",
|
||||
"x-requested-with",
|
||||
"x-evibes-vibes_auth",
|
||||
"baggage",
|
||||
"sentry-trace",
|
||||
"connection",
|
||||
"content-type",
|
||||
"dnt",
|
||||
"host",
|
||||
"origin",
|
||||
"referer",
|
||||
"sec-fetch-dest",
|
||||
"sec-fetch-mode",
|
||||
"sec-fetch-site",
|
||||
"sec-gpc",
|
||||
"origin",
|
||||
"referer",
|
||||
"sentry-trace",
|
||||
"user-agent",
|
||||
"x-csrftoken",
|
||||
"x-evibes-auth",
|
||||
"x-requested-with",
|
||||
)
|
||||
|
||||
USE_X_FORWARDED_HOST = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue