diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-04-19 21:23:42 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-04-19 21:23:42 +0200 |
| commit | b98f0f496b6739749257804297468fb71845a776 (patch) | |
| tree | 44096c59211f1d877515914273cde862fbf47c1f /util/verify/cbd-https | |
EZown
Diffstat (limited to 'util/verify/cbd-https')
| -rwxr-xr-x | util/verify/cbd-https | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/util/verify/cbd-https b/util/verify/cbd-https new file mode 100755 index 0000000..4eefc8b --- /dev/null +++ b/util/verify/cbd-https @@ -0,0 +1,8 @@ +#! /bin/bash + +source ./util/verify/cbd-core + +is_https_url_cbd() { + echo "$(url_pattern_match_cbd 'https://' 'Invalid URL' "$1")" +} + |
