Conversation
|
98d86a1 to
ec13663
Compare
CodSpeed Performance ReportMerging #13011 will not alter performanceComparing Summary
|
| await done; | ||
| const headers = res.getHeaders(); | ||
| assert.deepEqual(headers, { | ||
| 'access-control-allow-origin': '*', |
There was a problem hiding this comment.
This is the fix right?
There was a problem hiding this comment.
|
@ascorbic It seems that this merge breaks my usecase. I have Astro running as Is there any way to omit the hostname check? |
|
@Antonytm this is a change in Vite to fix a vulnerability, so not something we control directly. Take a look at the disclosure for some of the options you can use |
Changes
Upgrades Vite to fix GHSA-vg6x-rcgg-rjx6
This is a breaking change and lots of tests were failing. This PR contains the fix, which is to ensure the host header is set.
Testing
Updates tests
Docs