]> _ Git - cubist_net.git/commitdiff
#8062 master
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 Mar 2026 15:56:44 +0000 (16:56 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 Mar 2026 15:56:44 +0000 (16:56 +0100)
src/HTTP.php

index cca9e632d480504a13908647980910d74a9775ad..42d5f95af74ca14155a77d473218955fde973389 100644 (file)
@@ -104,7 +104,7 @@ class HTTP
         if ($browserHeaders) {
             $headers = $headers + [
                     'Connection' => 'keep-alive',
-                    'Accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+                    'Accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
                     'Accept-Encoding' => 'gzip, deflate, br, zstd',
                     'Accept-Language' => 'fr-FR,fr;q=0.9,en-GB;q=0.8,en;q=0.7,en-US;q=0.6',
                     'User-Agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0',