Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbyrne113 committed Mar 29, 2022
1 parent bb8b473 commit d8307ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ export interface RequestFilteringAgentOptions {
// Deny address list
// Default: []
denyIPAddressList?: string[]
// prevent url redirection attack
// connection not made to private IP adresses where the port is closed
// Default: false
stopUrlRedirectionAttack?: boolean;
}
/**
* Apply request filter to http(s).Agent instance
Expand Down

0 comments on commit d8307ca

Please sign in to comment.