mirror of
https://github.com/kaboomserver/server.git
synced 2025-08-05 20:32:56 +00:00
fix: only allow downloading from HTTP(s) protocols (#151)
This commit is contained in:
parent
e52f8d8de8
commit
8ddcbcd79f
2 changed files with 10 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
_download_type_zip() {
|
||||
read_args url skip_404 extract
|
||||
require_args extract
|
||||
|
||||
zip_path="$(mktemp --suffix=.zip)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue