mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-23 02:36:12 +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
|
|
@ -203,6 +203,12 @@ This example configuration file sets up LibreChat with detailed options across s
|
|||
- **Description**: Determines where to save user uploaded/generated files. Defaults to `"local"` if omitted.
|
||||
- **Example**: `fileStrategy: "firebase"`
|
||||
|
||||
### Image Links
|
||||
- **Key**: `secureImageLinks`
|
||||
- **Type**: Boolean
|
||||
- **Description**: Whether or not to secure access to image links that are hosted locally by the app. Default: false.
|
||||
- **Example**: `secureImageLinks: true`
|
||||
|
||||
### File Configuration
|
||||
- **Key**: `fileConfig`
|
||||
- **Type**: Object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue