You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,8 +331,8 @@ Imgproxy.url_for(
331
331
- `base64_encode_url`— per-call redefinition of `base64_encode_urls` config.
332
332
- `escape_plain_url`— per-call redefinition of `always_escape_plain_urls` config.
333
333
- `use_short_options`— per-call redefinition of `use_short_options` config.
334
-
- `encrypt_source_url`- per-call redefinition of `always_encrypt_source_urls` config.
335
-
- `source_url_encryption_iv`- an initialization vector (IV) to be used for the source URL encryption if encryption is needed. If not specified, a random IV is used.
334
+
- `encrypt_source_url`- _(pro)_ per-call redefinition of `always_encrypt_source_urls` config.
335
+
- `source_url_encryption_iv`- _(pro)_ an initialization vector (IV) to be used for the source URL encryption if encryption is needed. If not specified, a random IV is used.
0 commit comments