1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-14 10:26:19 +01:00

Update Is-Prerelease header to be integer instead of string (#11909)

This commit is contained in:
Todd Martin 2024-11-07 16:00:48 -05:00 committed by GitHub
parent ec92f82501
commit f9098558a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1886,7 +1886,7 @@ export class ApiService implements ApiServiceAbstraction {
});
if (flagEnabled("prereleaseBuild")) {
headers.set("Is-Prerelease", "true");
headers.set("Is-Prerelease", "1");
}
if (this.customUserAgent != null) {
headers.set("User-Agent", this.customUserAgent);