On Windows, case-variant environment variables no longer lose your base URL or header overrides.
What's wrong with this entry?
On Windows, where environment variable names are case-insensitive, duplicate case variants of the same name are now folded together before base URL and header overrides are compared and passed along, so an override is no longer lost to a case mismatch.
- The helper returns immediately on every platform other than Windows.
if (P() !== "windows") return;
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Windows policy helpers can be PowerShell scripts
Both mention window
-
v2.1.234
Windows sandbox refusals now say why an exclusion did not apply
Both mention window
-
v2.1.234
Terminal is restored on Ctrl+Break on Windows
Both mention window