Skip to content

Commit

Permalink
whitelist cert http option on GuzzleV5 (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell committed Jun 13, 2019
1 parent 7357332 commit b56ff0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Handler/GuzzleV5/GuzzleHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class GuzzleHandler
private static $validOptions = [
'proxy' => true,
'expect' => true,
'cert' => true,
'verify' => true,
'timeout' => true,
'debug' => true,
Expand Down

0 comments on commit b56ff0f

Please sign in to comment.