From 4c128ce8887f22d583cd1c02484849d28e5b8c19 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Wed, 25 Dec 2019 17:38:07 +0600 Subject: [PATCH] Fix docs --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index e6455cf2..7e600cef 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -59,7 +59,7 @@ imgproxy does not send CORS headers by default. Specify allowed origin to enable * `IMGPROXY_ALLOW_ORIGIN`: when set, enables CORS headers with provided origin. CORS headers are disabled by default. -You can limit allowed protocols of the source URLs: +You can limit allowed source URLs: * `IMGPROXY_ALLOWED_SOURCES`: whitelist of source image URLs prefixes divided by comma. When blank, imgproxy allows all source image URLs. Example: `s3://,https://example.com/,local://`. Default: blank.