Skip to content

Commit

Permalink
fix: delete http options (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
hschoenenberger authored May 28, 2024
1 parent a94513c commit f32299e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Provider/OAuth2/ShopProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ protected function fetchWellKnown($url, $secure = true)
'verify_peer' => $secure,
'verify_peer_name' => $secure,
],
'http' => [
'ignore_errors' => '1',
],
])), true) ?: [];
}

Expand Down

0 comments on commit f32299e

Please sign in to comment.