mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-14 11:05:45 -05:00
[PR #14847] [CLOSED] feat: Add web_url URL parameter for pre-loading web content #10413
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14847
Author: @Classic298
Created: 6/10/2025
Status: ❌ Closed
Base:
dev← Head:feat-add-web-url-parameter📝 Commits (4)
5361161feat: Add web_url URL parameter for pre-loading web content982a538Update Chat.svelte6325613Merge pull request #14675 from open-webui/devfd30c37Merge branch 'open-webui:main' into feat-add-web-url-parameter📊 Changes
1 file changed (+6 additions, -0 deletions)
View changed files
📝
src/lib/components/chat/Chat.svelte(+6 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
This commit introduces a new URL parameter
web_urlthat allows you to specify a web page to be automatically fetched and processed into a new chat session upon loading OpenWebUI.Documentation has also been updated to include:
web_urlparameter in the URL parameters overview table.web_urlparameter's usage, behavior, and how it differs fromyoutubeandweb-searchparameters.Fixes: https://github.com/open-webui/open-webui/discussions/14828
Additional Information
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.