Fixes a security issue where Access-Control-Allow-Origin would reflect the Origin header in the request, which has different (and worse) security vs. returning an explicit "*". Thanks to @ejcx for reporting and fixing.
CHANGELOG
9066371 [bugfix] Don't return the origin header when configured to * (#116)
v1.2.1
Fixes a bug with loggers that did not call WriteHeader (a4043c6)
Adds support for the http.Pusher interface (for HTTP/2 Server Push) (356173f)
CHANGELOG:
a4043c6 use http.StatusOK as initial value for responseLogger.status (#103)
13d7309 README.md: Add sourcegraph badge
6d39a51 Merge pull request #97 from nwidger/master
602b326 (Combined)LoggingHandler: Add tests for http.Push support
356173f (Combined)LoggingHandler: Add Go 1.8 http.Pusher support
v1.2
3a5767c Merge pull request #94 from pavelnikolov/recovery-logger-interface-instead-of-struct
3fda98c Use logger interface in recovery handler (#92)
e1b2144 [docs] Add note about the CompressHandler and TLS traffic (#90)
a577578 travis.yml: add go1.7
801d6e3 [bugfix] Add ProxyHeaders support for X-Forwarded-Proto (#79)
8e3f298 Add ProxyHeaders support for X-Forwarded-Proto.
af3022d [feature] Support X-Forwarded-Host (#75)
d3ca879 Support X-Forwarded-Host
66e6c6f Merge pull request #72 from gorilla/elithrar/ci-allow-tip-failures
aeb4f8e [ci] Allow CI failures on tip.
v1.1 - "Long Overdue"
We're now tagging releases, something that was long overdue. gorilla/handlers has strict API compatibility guarantees, excepting any security issues, but we understand that being able to vendor specific versions is a useful feature.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/uber/kraken/network/alerts).
Bumps github.com/gorilla/handlers from 0.0.0-20190227193432-ac6d24f88de4 to 1.3.0.
Release notes
Sourced from github.com/gorilla/handlers's releases.
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/uber/kraken/network/alerts).