[RAPPS] Add support for a rapps db with the file:/// scheme

This makes it easier to test locally
This commit is contained in:
Mark Jansen 2020-09-06 23:13:21 +02:00
parent a7c1f9a014
commit 4f25a47677
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
3 changed files with 40 additions and 9 deletions

View file

@ -66,6 +66,7 @@ BOOL IsUrlValid(const WCHAR * Url)
case INTERNET_SCHEME_HTTP:
case INTERNET_SCHEME_HTTPS:
case INTERNET_SCHEME_FTP:
case INTERNET_SCHEME_FILE:
// supported
return TRUE;