With recent efforts to further the demise of bits.wikimedia.org (per T94896), we should double-check that we uphold as much of the performant aspects of bits.wikimedia.org as possible.
Mainly:
- Cookies must not cause users to bypass caching proxies. (E.g. on regular page views for text servers, logged-in users with session cookies bypass varnish).
- Cookies are not sent alongside each request.
Point #2 is almost certainly not possible. But #1 is. We should make sure that logged-in users still benefit varnish caching on /w/load.php like before.