We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2c526d commit 25fd6e5Copy full SHA for 25fd6e5
Code/IPFilter/ListProviders/EmuleSecurity.cs
@@ -26,10 +26,10 @@ public string GetUrlForMirror(FileMirror mirror)
26
{
27
if(string.Equals("Default", mirror.Id, StringComparison.OrdinalIgnoreCase))
28
29
- return "http://upd.emule-security.org/ipfilter.zip";
+ return "https://upd.emule-security.org/ipfilter.zip";
30
}
31
32
throw new ArgumentOutOfRangeException();
33
34
35
-}
+}
0 commit comments