Skip to content

Commit

Permalink
Inclusive language update (#495)
Browse files Browse the repository at this point in the history
* Inclusive language update

* update changelog
  • Loading branch information
joe94 authored Jul 13, 2020
1 parent fd9994a commit bad5647
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changed
- Update word from blacklist to denylist [#495](https://github.com/xmidt-org/webpa-common/pull/495)

## [v1.10.3]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion xhttp/redirectPolicy.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type RedirectPolicy struct {
// MaxRedirects is the maximum number of redirects to follow. If unset, DefaultMaxRedirects is used.
MaxRedirects int

// ExcludeHeaders is the blacklist of headers that should not be copied from previous requests.
// ExcludeHeaders is the denylist of headers that should not be copied from previous requests.
ExcludeHeaders []string
}

Expand Down

0 comments on commit bad5647

Please sign in to comment.