#45581: build: set chromium cookie on depot tools requests
Merged
Description of Change
This PR sets a chromium git cookie to prevent us from being rate limited when fetching depot tools
Checklist
- PR description included and stakeholders cc'd
-
npm test
passes - tests are changed or added
- relevant documentation, tutorials, templates and examples are changed or added
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
33-x-y
MergedPR Number
#45598Merged At
Feb 12, 2025, 4:21:07 PM
Released In
v33.4.1Release Date
Feb 14, 2025, 6:58:32 PM
34-x-y
MergedPR Number
#45600Merged At
Feb 12, 2025, 12:37:34 PM
Released In
v34.2.0Release Date
Feb 12, 2025, 4:01:48 PM
35-x-y
MergedPR Number
#45599Merged At
Feb 13, 2025, 2:47:04 AM
Released In
v35.0.0-beta.6Release Date
Feb 13, 2025, 7:33:06 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron