From ed3338aec51b7a36167139069f7e3d244afee223 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 30 May 2022 11:18:20 +0200 Subject: Extract lychee configuration Thereby require HTTPS when available. --- lychee.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lychee.toml (limited to 'lychee.toml') diff --git a/lychee.toml b/lychee.toml new file mode 100644 index 0000000..b80d4e9 --- /dev/null +++ b/lychee.toml @@ -0,0 +1,4 @@ +exclude_loopback = true +exclude_private = true +require_https = true +format = "Detailed" -- cgit v1.2.3