mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 15:54:15 -05:00
[PR #6701] [MERGED] Small Fix: variable from ssl_verification to: web_loader_ssl_verification #8732
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/6701
Author: @davizucon
Created: 11/4/2024
Status: ✅ Merged
Merged: 11/4/2024
Merged by: @tjbck
Base:
dev← Head:dev📝 Commits (3)
5306b49Small Fix variable ssl_verification -> web_loader_ssl_verification (following python entity)35a9140Added parameter to: app.state.config.ENABLE_RAG_WEB_LOADER_SSL_VERIFICATION to get_web_loader(verify_ssl).a70e5a0When UI "Bypass SSL verification for Websites"=True then ENABLE_RAG_WEB_LOADER_SSL_VERIFICATION=False📊 Changes
2 files changed (+6 additions, -5 deletions)
View changed files
📝
backend/open_webui/apps/retrieval/main.py(+4 -3)📝
src/lib/components/admin/Settings/WebSearch.svelte(+2 -2)📄 Description
When changed via web UI, Admin->WebSearch->Bypass SSL verification for Websites, the option is not being persisted. This change fixes it to correctly persist the value.
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
Added
Changed
The name of the variable ssl_verification was changed to web_loader_ssl_verification, places:
The behavior of the screen was changed to adapt to the value of the variable "ENABLE_RAG_WEB_LOADER_SSL_VERIFICATION":
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.