mirror of
https://github.com/LukeHagar/slinky.git
synced 2025-12-06 04:21:20 +00:00
13 lines
320 B
INI
13 lines
320 B
INI
[links]
|
|
good1 = https://example.com
|
|
good2 = https://en.wikipedia.org/wiki/Main_Page
|
|
good3 = http://example.com:8080/path
|
|
bad1 = htp://bad-protocol.com
|
|
bad2 = http:///example.com
|
|
bad3 = http://example..com
|
|
missing = https://
|
|
nonexistent1 = https://notarealwebsite.com/image.png
|
|
nonexistent2 = https://example.madeuptld
|
|
|
|
|