diff --git a/syncplay/constants.py b/syncplay/constants.py index ffa16bcf..f5b7d98f 100755 --- a/syncplay/constants.py +++ b/syncplay/constants.py @@ -351,7 +351,7 @@ def getValueForOS(constantDict): SYNCPLAY_PUBLIC_SERVER_LIST_URL = "https://syncplay.pl/listpublicservers?{}" # Params DEFAULT_TRUSTED_DOMAINS = ["youtube.com", "youtu.be"] -TRUSTABLE_WEB_PROTOCOLS = ["http", "https"] +TRUSTABLE_WEB_PROTOCOLS = ["http", "https", "sftp"] PRIVATE_FILE_FIELDS = ["path"]