diff options
| author | Fuwn <[email protected]> | 2024-04-02 08:18:42 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-04-02 08:18:42 +0000 |
| commit | 17f0c90587220e59106973c69cf172f638ca4b27 (patch) | |
| tree | 58d1fac5fc5de333fefb51187ab4bcc26dfcd29e /Configuration.md | |
| parent | docs(readme): move configuration to file (diff) | |
| download | september-17f0c90587220e59106973c69cf172f638ca4b27.tar.xz september-17f0c90587220e59106973c69cf172f638ca4b27.zip | |
feat(html): silent image embedding option
Diffstat (limited to 'Configuration.md')
| -rw-r--r-- | Configuration.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Configuration.md b/Configuration.md index e7b48f4..e87678d 100644 --- a/Configuration.md +++ b/Configuration.md @@ -116,8 +116,10 @@ HEADER="This string will show up at the top of my proxied capsule." Embed images in the HTML response if a link to an image is found -Any non-empty value will enable this feature. +A value of `1` will enable this feature, while keeping link to the image. + +Any non-empty value other than `1` will enable this feature, while removing the link to the image. ```dotenv -EMBED_IMAGES=true +EMBED_IMAGES=2 ``` |