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:
parent
ec92f82501
commit
f9098558a6
@ -1886,7 +1886,7 @@ export class ApiService implements ApiServiceAbstraction {
|
|||||||
});
|
});
|
||||||
|
|
||||||
if (flagEnabled("prereleaseBuild")) {
|
if (flagEnabled("prereleaseBuild")) {
|
||||||
headers.set("Is-Prerelease", "true");
|
headers.set("Is-Prerelease", "1");
|
||||||
}
|
}
|
||||||
if (this.customUserAgent != null) {
|
if (this.customUserAgent != null) {
|
||||||
headers.set("User-Agent", this.customUserAgent);
|
headers.set("User-Agent", this.customUserAgent);
|
||||||
|
Loading…
Reference in New Issue
Block a user