Skip to content

Commit

Permalink
fix: pruge add proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
daflyinbed committed May 4, 2024
1 parent ef0f463 commit 67c88cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/deferred/CdnCacheUpdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ private static function naivePurge( array $urls ) {
];
foreach ( $cdnServers as $server ) {
$reqs[] = ( $baseReq + [ 'proxy' => $server ] );
$reqs[] = ( $mobileReq );
$reqs[] = ( $mobileReq + [ 'proxy' => $server ] );
}
}

Expand Down

0 comments on commit 67c88cb

Please sign in to comment.