mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 960322 - Use "BrowserID" in desktop tokenserver authz header, not "Browser-ID". r=rnewman
This commit is contained in:
parent
a9a844e88e
commit
522f265d5d
@ -224,7 +224,7 @@ TokenServerClient.prototype = {
|
||||
|
||||
let req = new RESTRequest(url);
|
||||
req.setHeader("Accept", "application/json");
|
||||
req.setHeader("Authorization", "Browser-ID " + assertion);
|
||||
req.setHeader("Authorization", "BrowserID " + assertion);
|
||||
|
||||
if (conditionsAccepted) {
|
||||
// Value is irrelevant.
|
||||
|
Loading…
Reference in New Issue
Block a user