Add version number to user-agent header on outgoing requests

This commit is contained in:
Scott Nonnenberg 2020-01-16 16:53:35 -08:00
parent be6ae038dc
commit a271fe0eee
3 changed files with 20 additions and 4 deletions

View file

@ -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