Skip to content

Commit 25fd6e5

Browse files
authored
Update EmuleSecurity.cs
1 parent d2c526d commit 25fd6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Code/IPFilter/ListProviders/EmuleSecurity.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ public string GetUrlForMirror(FileMirror mirror)
2626
{
2727
if(string.Equals("Default", mirror.Id, StringComparison.OrdinalIgnoreCase))
2828
{
29-
return "http://upd.emule-security.org/ipfilter.zip";
29+
return "https://upd.emule-security.org/ipfilter.zip";
3030
}
3131

3232
throw new ArgumentOutOfRangeException();
3333
}
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)