mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
Register resource source for HTTPS
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Microsoft.Iris.OS
|
||||
public static void Startup()
|
||||
{
|
||||
ResourceManager.Instance.RegisterSource("http", s_instance);
|
||||
ResourceManager.Instance.RegisterSource("https", s_instance);
|
||||
NativeApi.SpHttpStartup();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user