Skip to content

Commit 5b84594

Browse files
committed
Exclude stack overflow links, which suddenly returns 403s
1 parent 831fdd6 commit 5b84594

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lychee.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ exclude = [
1313
"gserviceaccount.com",
1414
".link",
1515
'^https://firebase-php\.readthedocs\.io/?$',
16-
'^https://github.com/pulls'
16+
'^https://github.com/pulls',
17+
'^https://stackoverflow.com' # Since recently returns a 403 for some reason
1718
]
1819

1920
exclude_paths = [

0 commit comments

Comments
 (0)