discourse/app/assets/javascripts/bootstrap-json
David Taylor f06be7d295
DEV: Fix multiple set-cookie through Ember-CLI proxy (#19316)
The `Set-Cookie` header is an exceptional case where multiple values are allowed, and should not be joined into a single header. Because of its browser-focussed origins (where set-cookie is not visible), `fetch()` does not have a clean API for this. Instead we have to access the `raw()` data.

This fixes various authentication-related issues when developing via the Ember CLI proxy.
2022-12-05 15:01:55 +00:00
..
.npmrc DEV: Make bootstrap-json a monorepo package (#19048) 2022-11-16 11:58:10 +01:00
index.js DEV: Fix multiple set-cookie through Ember-CLI proxy (#19316) 2022-12-05 15:01:55 +00:00
package.json Build(deps): Bump jsdom from 20.0.2 to 20.0.3 in /app/assets/javascripts (#19115) 2022-11-21 09:47:48 +08:00