Files
open-webui/backend/open_webui
Classic298 cfd2888545 fix:image url validation and signout post (#24420)
* 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.
2026-05-09 07:33:31 +09:00
..
2026-05-09 02:38:08 +09:00
2026-05-09 06:23:51 +09:00
2026-05-09 06:33:26 +09:00
2026-05-09 06:41:42 +09:00
2026-05-09 03:15:53 +09:00
2026-04-19 22:45:54 +09:00
2026-04-12 19:08:30 -05:00
2026-03-17 17:58:01 -05:00
2026-05-09 06:13:58 +09:00
2026-05-09 06:56:22 +09:00
2026-05-09 02:38:08 +09:00
2026-05-09 06:41:42 +09:00
2026-04-14 17:27:31 -05:00
2026-05-09 04:17:58 +09:00
2026-03-17 17:58:01 -05:00