Skip to content

Commit fcf3082

Browse files
committed
1 parent 825bde6 commit fcf3082

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/links/links.config.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ function (string $url, string $location, string $file = null): bool {
9999
},
100100
function (string $url, string $location, string $file = null): bool {
101101
return str_starts_with($url, 'https://www.facebook.com/') && str_starts_with($location, 'https://www.facebook.com/unsupportedbrowser');
102-
}
102+
},
103+
function (string $url, string $location, string $file = null): bool {
104+
return 'https://www.json.org/' === $url && 'https://www.JSON.org/json-en.html' === $location;
105+
},
103106
],
104107
'fragment' => [
105108
function (string $url, string $file = null): bool {

0 commit comments

Comments
 (0)