]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7825 @0:05
authorsoufiane <soufiane@cubedesigners.com>
Fri, 7 Nov 2025 16:26:14 +0000 (17:26 +0100)
committersoufiane <soufiane@cubedesigners.com>
Fri, 7 Nov 2025 16:26:14 +0000 (17:26 +0100)
app/Models/FluidbookAuditLink.php

index c73ff82f8e0552495529be182b76cedca511c6ce..bbcd9b579baa6e9b5f035489fcf587184c6e89d9 100644 (file)
@@ -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);