Bug 1895492: bump user agent of InetBgDL r=nalexander

This bump to the user agent allows us to distinguish between stub installers with and without this change, which enables us to keep both of them working after we switch to a new authenticode certificate in https://bugzilla.mozilla.org/show_bug.cgi?id=1889299

We do not have automatic builds for these; my plan is to use the child revisions of this (related to https://bugzilla.mozilla.org/show_bug.cgi?id=1771192) to build it on Try. From there, we'll sign it by hand (as we've done for plugins in the past), and check it into the tree in a separate revision that must be landed at the same time as the new authenticode certificate.

Differential Revision: https://phabricator.services.mozilla.com/D209700
This commit is contained in:
Ben Hearsum 2024-05-07 20:23:29 +00:00
parent 70ffe53fab
commit 9857880129

View File

@ -10,7 +10,7 @@
#include "InetBgDL.h"
#define USERAGENT _T("NSIS InetBgDL (Mozilla)")
#define USERAGENT _T("NSIS InetBgDL (Mozilla 2024)")
#define STATUS_COMPLETEDALL 0
#define STATUS_INITIAL 202