Skip to content

Commit

Permalink
Allow Override of Panel Client CSRF Config
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadDevAI committed Mar 10, 2021
1 parent 7eff4cb commit bf24280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecommerce/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,4 +749,5 @@
ALLOWED_DJANGO_SETTINGS_OVERRIDE = [
'OSCAR_FROM_EMAIL', 'SESSION_COOKIE_DOMAIN', 'LANGUAGE_CODE',
'EDLY_WORDPRESS_URL', 'FRONTEND_LOGOUT_URL', 'PAYMENT_PROCESSOR_CONFIG',
'CSRF_TRUSTED_ORIGINS', 'CORS_ORIGIN_WHITELIST',
]

0 comments on commit bf24280

Please sign in to comment.