Skip to content
Snippets Groups Projects
Commit 001cd711 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #334554 by hass: prevent endless loops in the simpletests.

parent 5d658d08
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -954,6 +954,7 @@ protected function curlInitialize() {
CURLOPT_COOKIEJAR => $this->cookieFile,
CURLOPT_URL => $base_url,
CURLOPT_FOLLOWLOCATION => TRUE,
CURLOPT_MAXREDIRS => 5,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_SSL_VERIFYPEER => FALSE, // Required to make the tests run on https://
CURLOPT_SSL_VERIFYHOST => FALSE, // Required to make the tests run on https://
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment