]> _ Git - fluidbook-toolbox.git/commitdiff
#7825 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 26 Nov 2025 14:57:53 +0000 (15:57 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 26 Nov 2025 14:57:53 +0000 (15:57 +0100)
app/Jobs/AuditLink.php

index 12824fca0a15131d19e4748289ba87a6164343dd..0ab21ff818d1208e52e6fc169b36502ee7afcc4e 100644 (file)
@@ -32,11 +32,6 @@ class AuditLink extends Base
             }
         }
         $urls = array_slice($urls, 0, $this->_batchSize, true);
-        //$urls = ['https://www.mckinsey.com/business-functions/people-and-organizational-performance/our-insights/dynamic-management-better-decisions-in-uncertain-times' => 403];
-        //$urls = ['https://www.eurekalert.org/news-releases/569770' => 403];
-        //$urls = ['https://www.practicallyperfectpa.com/tips-on-good-minute-taking#technologyto' => 403];
-        $urls = ['https://dev.toolbox.fluidbook.com/httpcode/200' => 200,
-            'https://dev.toolbox.fluidbook.com/httpcode/308' => 200,];
         ArrayUtil::shuffle($urls);
 
         HTTP::setCookieFile(Files::mkdir(protected_path('fluidbookpublication/linkaudit')) . 'cookies.txt');