-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We currently send entire userAgent as the envInfo.os value during /authenticate requests to Controller.
Instead, let's send only the last "portion" of the UA.
e.g., instead of:
5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36
let's try to send only:
Chrome/87.0.4280.88
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request