1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

Fix a typo (#961)

uisng -> using
This commit is contained in:
Tuomas Valtonen 2022-09-05 10:53:55 +01:00 committed by GitHub
parent aed4ab8753
commit 88984c02c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ If you don't want to reveal your source URLs, you can encrypt them with the AES-
**📝Note:** Read more about source URL encryption in the [encrypting the source URL guide](encrypting_the_source_url.md).
imgproxy does not send CORS headers by default. CORS will need to be allowed by uisng the following variable:
imgproxy does not send CORS headers by default. CORS will need to be allowed by using the following variable:
* `IMGPROXY_ALLOW_ORIGIN`: when specified, enables CORS headers with the provided origin. CORS headers are disabled by default.