From 7639b98bf3a694564c9696116b895afcb266fc8a Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 3 Nov 2021 20:13:06 +0100 Subject: [PATCH] Update changelog to include webclient browser id --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bf738552..f668974165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -110,7 +110,8 @@ Up requirements to Django 3.2+, Twisted 21+ allow to limit teleportation of an object or to a specific destination. - Add `settings.MXP_ENABLED=True` and `settings.MXP_OUTGOING_ONLY=True` as sane defaults, to avoid known security issues with players entering MXP links. - +- Add browser name to webclient `CLIENT_NAME` in `session.protocol_flags`, e.g. + `"Evennia webclient (websocket:firefox)"` or `"evennia webclient (ajax:chrome)"`. ### Evennia 0.9.5 (2019-2020)