mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-23 00:41:56 +00:00
* refac(routers): reject external URLs in profile/model image handlers * refac(ui): centralize image URL validation in safeImageUrl helper * refac(auths): make signout POST-only * refac: gate external profile image redirect behind ENABLE_PROFILE_IMAGE_URL_FORWARDING Restore the 302 redirect for external http(s) profile image URLs in the user and model profile-image endpoints, but gate it behind a new ENABLE_PROFILE_IMAGE_URL_FORWARDING env flag (default: True). Existing deployments that rely on external profile image forwarding continue to work unchanged. Operators who want to suppress the redirect (to prevent client-side IP/UA/Referer leaks) can set the flag to False. |
||
|---|---|---|
| .. | ||
| Citations | ||
| Markdown | ||
| ResponseMessage | ||
| Citations.svelte | ||
| CodeBlock.svelte | ||
| CodeExecutionModal.svelte | ||
| CodeExecutions.svelte | ||
| ContentRenderer.svelte | ||
| Error.svelte | ||
| Markdown.svelte | ||
| Message.svelte | ||
| MultiResponseMessages.svelte | ||
| Name.svelte | ||
| ProfileImage.svelte | ||
| RateComment.svelte | ||
| ResponseMessage.svelte | ||
| Skeleton.svelte | ||
| UserMessage.svelte | ||