1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-12 11:46:10 +02:00
This commit is contained in:
DarthSim 2019-12-25 17:38:07 +06:00
parent 66673e384b
commit 4c128ce888

View File

@ -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.