forked from tomodachi94/awesome-computercraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlychee.toml
18 lines (17 loc) · 814 Bytes
/
lychee.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-FileCopyrightText: 2024 awesome-computercraft contributors
#
# SPDX-License-Identifier: CC0-1.0
# NOTE: Always add comments explaining why you're adding an entry.
exclude = [
# Assumed to always work, and they already have enough load from backing up the entire Internet
# If this is offline, we have much bigger problems
'^https://web\.archive\.org/web/',
# Failed: Network error: Forbidden
# (probably because of User-Agent-based blocking)
'^https://www\.curseforge\.com',
# Failed: Network error: Forbidden
# (only broken in CI, presumably because of IP range blocks on server farm addresses)
'^https://(www\.|)reddit\.com',
# Failed: Network error: Not Found (see https://github.com/tomodachi94/awesome-computercraft/issues/32)
'^http(s|)://(www\.|)computercraft\.info/forums2'
]