From: soufiane Date: Fri, 7 Nov 2025 16:26:14 +0000 (+0100) Subject: wip #7825 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=35ca27b59a04897bd8998f054047e9b8bf18c5da;p=fluidbook-toolbox.git wip #7825 @0:05 --- diff --git a/app/Models/FluidbookAuditLink.php b/app/Models/FluidbookAuditLink.php index c73ff82f8..bbcd9b579 100644 --- a/app/Models/FluidbookAuditLink.php +++ b/app/Models/FluidbookAuditLink.php @@ -54,6 +54,7 @@ class FluidbookAuditLink extends ToolboxModel curl_setopt($ch, CURLOPT_TIMEOUT, $timeout); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); curl_setopt($ch, CURLOPT_HEADER, true); + curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36'); curl_exec($ch);