mirror of
https://github.com/LukeHagar/slinky.git
synced 2025-12-06 04:21:20 +00:00
10 lines
266 B
PowerShell
10 lines
266 B
PowerShell
# Sample PowerShell file with URLs
|
|
$url1 = "https://example.com"
|
|
$url2 = "https://news.ycombinator.com"
|
|
$urlBad = "http://example..com"
|
|
$urlMissing = "https://"
|
|
$urlNonexistent = "https://example.madeuptld"
|
|
$urlPlaceholder = "https://[tenant].api.identitynow.com"
|
|
|
|
|