summaryrefslogtreecommitdiff
path: root/lychee.toml
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-30 11:18:20 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-30 11:18:20 +0200
commited3338aec51b7a36167139069f7e3d244afee223 (patch)
treeb877217cb52ae9a4ad4167b4c37c1a53660795bc /lychee.toml
parent71924540624d898e93b20b94f61fa87b41f6100f (diff)
downloadblog-ed3338aec51b7a36167139069f7e3d244afee223.tar
Extract lychee configuration
Thereby require HTTPS when available.
Diffstat (limited to 'lychee.toml')
-rw-r--r--lychee.toml4
1 files changed, 4 insertions, 0 deletions
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"
Generated by cgit. See skreutz.com for my tech blog and contact information.