mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-19 04:37:54 +00:00
Fixed endpoint sanitization of discussion_db_name and user_avatar
This commit is contained in:
parent
473ae0a0e8
commit
26a3ff35ac
@ -155,7 +155,7 @@ async def apply_settings(request: Request):
|
|||||||
"debug_log_file_path",
|
"debug_log_file_path",
|
||||||
"petals_model_path",
|
"petals_model_path",
|
||||||
"skills_lib_database_name",
|
"skills_lib_database_name",
|
||||||
"discussion_db_name"
|
"discussion_db_name",
|
||||||
"user_avatar",
|
"user_avatar",
|
||||||
|
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user