Skip to content

Commit 37b1d5a

Browse files
committed
GUACAMOLE-2210: Update Chrome User-Agent version to 146 for AAD login requests.
1 parent de377cf commit 37b1d5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocols/rdp/aad.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
*/
6969
#define GUAC_AAD_USER_AGENT \
7070
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 " \
71-
"(KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
71+
"(KHTML, like Gecko) Chrome/146.0.0.0 Safari/537.36"
7272

7373
/**
7474
* HTTP response structure for AAD requests.

0 commit comments

Comments
 (0)