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
By default, the following imgproxy headers will be forwarded in the response to the client:
182
+
183
+
```json
184
+
[
185
+
"date",
186
+
"expires",
187
+
"content-type",
188
+
"content-length",
189
+
"cache-control",
190
+
"content-disposition",
191
+
"content-dpr"
192
+
]
193
+
```
194
+
195
+
If you want to forward a different set of headers you can use the `forwardedHeaders` option to specify a custom list of headers. Note that if `forwardedHeaders` is specified, all headers not specified in the list will be omitted in the response.
0 commit comments