Skip to content

Commit 69570ba

Browse files
committed
links.config.php: Ignore malicious URL example
1 parent fcf3082 commit 69570ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/links/links.config.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ function (string $url, string $file = null): bool {
8989
|| str_contains($url, '{{ ibexa_checkout_step_url(')
9090
;
9191
},
92+
function (string $url, string $file = null): bool {
93+
return str_ends_with($file, 'rest_api_authentication.md')
94+
&& str_ends_with($url, 'web+ez:DELETE /content/locations/1/2');
95+
},
9296
],
9397
'location' => [
9498
function (string $url, string $location, string $file = null): bool {

0 commit comments

Comments
 (0)