Add version number to user-agent header on outgoing requests
This commit is contained in:
parent
be6ae038dc
commit
a271fe0eee
3 changed files with 20 additions and 4 deletions
|
@ -246,6 +246,7 @@ window.WebAPI = initializeWebAPI({
|
|||
certificateAuthority: config.certificateAuthority,
|
||||
contentProxyUrl: config.contentProxyUrl,
|
||||
proxyUrl: config.proxyUrl,
|
||||
version: config.version,
|
||||
});
|
||||
|
||||
// Linux seems to periodically let the event loop stop, so this is a global workaround
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue