Skip to content

Commit

Permalink
Merge pull request #305 from PerimeterX/release/v3.15.0
Browse files Browse the repository at this point in the history
Release/v3.15.0 to dev
  • Loading branch information
chen-zimmer-px authored Jan 17, 2024
2 parents d11a4c4 + 127023b commit 1723d78
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).


## [3.15.0] - 2024-01-17

### Added
Expand Down
4 changes: 2 additions & 2 deletions lib/pxenforcer.js
Original file line number Diff line number Diff line change
Expand Up @@ -639,8 +639,8 @@ class PxEnforcer {
cb(htmlTemplate);
});
}

sendHeaderBasedLogs(pxCtx, config, req) {
sendHeaderBasedLogs(pxCtx, config, req) { // eslint-disable-line
// Feature has been removed, function definition for backwards compatibility.
}
}
Expand Down
25 changes: 14 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1723d78

Please sign in to comment.