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: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
## 1.0.0 (UNRELEASED)
4
4
5
5
- Breaking Change: Never modify Location headers that are only paths without hosts. [John Bachir](https://github.com/jjb)[#46](https://github.com/waterlink/rack-reverse-proxy/pull/46)
6
+
- Breaking Change: Previously, the Accept-Encoding header was stripped by default, unless the
7
+
`preserve_encoding` option was set to true. Now, no headers are stripped by default, and an array
8
+
of headers that should be stripped can be specified with the `stripped_headers` option.
6
9
- Bugfix: Fix rack response body for https redirects [John Bachir](https://github.com/jjb)[#43](https://github.com/waterlink/rack-reverse-proxy/pull/43)
0 commit comments