Page MenuHomePhabricator

[keyserver] Stop sending http cookies
ClosedPublic

Authored by michal on Sep 25 2023, 7:33 AM.
Tags
None
Referenced Files
F2211805: D9290.diff
Mon, Jul 8, 4:44 AM
Unknown Object (File)
Fri, Jun 28, 2:46 AM
Unknown Object (File)
Wed, Jun 26, 4:41 PM
Unknown Object (File)
Tue, Jun 25, 7:18 PM
Unknown Object (File)
Tue, Jun 25, 7:28 AM
Unknown Object (File)
Sun, Jun 23, 5:09 PM
Unknown Object (File)
Sun, Jun 23, 5:08 PM
Unknown Object (File)
Sun, Jun 23, 5:07 PM
Subscribers

Details

Summary

ENG-4747
Depends on D9288

We want to stop sending browser cookies on requests from the keyserver. The only exception is for website-responders where we send back any cookies we get. This is done so that they are updated to httpOnly: false and so older clients that will update to redux cookies can migrate.

Test Plan
  • Check that the migration still works
  • Check that the web app still works
  • Check that the cookie lifespan is still updated

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Sep 26 2023, 2:59 AM