Add files via upload

This commit is contained in:
Steve Seguin
2022-07-26 08:09:51 -04:00
committed by GitHub
parent b6e1a4804c
commit 0081e0ec39
9 changed files with 2498 additions and 909 deletions

View File

@@ -563,7 +563,7 @@ function modURL(){
} else if (url.startsWith("https://")){
// pass
} else if (url.startsWith("file:")){
// pass
alert("Warning:\n\nFor security purposes, local files need to be loaded via the command-line or via the right-click context menu -> Edit URL.\n\nThis is supported in Electron Capture 2.15.2 and newer.");
} else {
url = "https://"+url;
}