mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
🔓 refactor: Make Image URL Security Optional (#2415)
This commit is contained in:
parent
2cc580ba52
commit
fce7246ac1
4 changed files with 14 additions and 1 deletions
|
|
@ -180,6 +180,7 @@ const AppService = async (app) => {
|
|||
fileStrategy,
|
||||
fileConfig: config?.fileConfig,
|
||||
interface: config?.interface,
|
||||
secureImageLinks: config?.secureImageLinks,
|
||||
paths,
|
||||
...endpointLocals,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue