Variable: USER_AGENT
const USER_AGENT: "Uptime-Watcher/23.9.0" = "Uptime-Watcher/23.9.0";
Defined in: electron/constants.ts:109
User agent string for HTTP requests.
Remarks
Sent as the User-Agent header in all outbound HTTP requests performed by
the backend.
Default Value
"Uptime-Watcher/23.9.0";