Currently, the chat title of a selected chat is also applied as the tab title (document.title). This gets added to the browser history in most cases which may not be desirable.
An option could be added to disable that behavior. (Not much is lost as the UI does not appear to be meant for use with multiple tabs of it opened simultaneously which would necessitate a distinction of the different opened chats through the tab title.)
Originally created by @outis151 on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10393
# Feature Request
Currently, the chat title of a selected chat is also applied as the tab title (`document.title`). This gets added to the browser history in most cases which may not be desirable.
An option could be added to disable that behavior. (Not much is lost as the UI does not appear to be meant for use with multiple tabs of it opened simultaneously which would necessitate a distinction of the different opened chats through the tab title.)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @outis151 on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10393
Feature Request
Currently, the chat title of a selected chat is also applied as the tab title (
document.title). This gets added to the browser history in most cases which may not be desirable.An option could be added to disable that behavior. (Not much is lost as the UI does not appear to be meant for use with multiple tabs of it opened simultaneously which would necessitate a distinction of the different opened chats through the tab title.)