12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# "0" is a valid URL (?) but "" is not
|
|
---
|
|
requirements:
|
|
internetCheckUrl:
|
|
- http://example.com
|
|
- 0
|
|
- ""
|
|
- http://nonexistent.example.com
|