Unverified Commit d68bf51d by Fred Smith Committed by GitHub

Merge pull request #4441 from edx/ahsan/LEARNER-4657-ecommerce-sessionid-secure

Make ecommerce sessionid secure
parents 02ec0c7a db1d342b
......@@ -185,12 +185,15 @@ ecommerce_service_config_overrides:
ENABLE_COMPREHENSIVE_THEMING: "{{ ECOMMERCE_ENABLE_COMPREHENSIVE_THEMING }}"
DEFAULT_SITE_THEME: "{{ ECOMMERCE_DEFAULT_SITE_THEME }}"
CSRF_COOKIE_SECURE: "{{ ECOMMERCE_CSRF_COOKIE_SECURE }}"
SESSION_COOKIE_SECURE: '{{ ECOMMERCE_SESSION_COOKIE_SECURE}}'
ECOMMERCE_GUNICORN_WORKER_CLASS: "gevent"
ECOMMERCE_GUNICORN_EXTRA: ""
ECOMMERCE_CSRF_COOKIE_SECURE: false
ECOMMERCE_SESSION_COOKIE_SECURE: true
#
# vars are namespace with the module name.
#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment