Closed rgraber closed 1 year ago
Description:
Updates CookieMonitoringMiddleware to remove certain cookies (specified in a setting) from responses. Removes them by setting an expiration date in the past.
Issue: https://github.com/edx/edx-arch-experiments/issues/297
Testing instructions: Tested by removing the experiments_is_enterprise cookie from CMS (it's set in LMS)
experiments_is_enterprise
Reviewers:
Merge checklist:
Post merge:
Author concerns:
List any concerns about this PR - inelegant solutions, hacks, quick-and-dirty implementations, concerns about migrations, etc.
Description:
Updates CookieMonitoringMiddleware to remove certain cookies (specified in a setting) from responses. Removes them by setting an expiration date in the past.
Issue: https://github.com/edx/edx-arch-experiments/issues/297
Testing instructions: Tested by removing the
experiments_is_enterprise
cookie from CMS (it's set in LMS)Reviewers:
Merge checklist:
Post merge:
Author concerns:
List any concerns about this PR - inelegant solutions, hacks, quick-and-dirty implementations, concerns about migrations, etc.