Skip to content
Snippets Groups Projects
Unverified Commit 7dcc46e4 authored by Rohith Jayawardene's avatar Rohith Jayawardene Committed by GitHub
Browse files

Changelog Update (#339)

- updating the changelog
parent 60887804
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ FEATURES:
* Updated the docker base image alpine 3.7 [#PR313](https://github.com/gambol99/keycloak-proxy/pull/313)
* Updated to Golang version 1.10 [#PR316](https://github.com/gambol99/keycloak-proxy/pull/316)
FIXES:
* Fixed a redirection bug [#PR337](https://github.com/gambol99/keycloak-proxy/pull/337)
#### **2.1.1**
FEATURES:
......
......@@ -360,8 +360,8 @@ func (r *oauthProxy) securityMiddleware(next http.Handler) http.Handler {
ContentSecurityPolicy: r.config.ContentSecurityPolicy,
ContentTypeNosniff: r.config.EnableContentNoSniff,
FrameDeny: r.config.EnableFrameDeny,
SSLRedirect: r.config.EnableHTTPSRedirect,
SSLProxyHeaders: map[string]string{"X-Forwarded-Proto": "https"},
SSLRedirect: r.config.EnableHTTPSRedirect,
})
return http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment