Skip to content

Commit

Permalink
Add SFTP as trustable web protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Et0h authored Oct 22, 2023
1 parent 20846ca commit a34a9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncplay/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit a34a9a7

Please sign in to comment.