Skip to content

Commit b8de0bf

Browse files
removed dead code
1 parent dffad1c commit b8de0bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

MediaBrowser.Server.Mono/Program.cs

-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ private static ServerApplicationPaths CreateApplicationPaths(string applicationP
9393

9494
private static void RunApplication(ServerApplicationPaths appPaths, ILogManager logManager, StartupOptions options)
9595
{
96-
// Allow all https requests
97-
ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(delegate { return true; });
98-
9996
var environmentInfo = GetEnvironmentInfo(options);
10097

10198
var fileSystem = new ManagedFileSystem(logManager.GetLogger("FileSystem"), environmentInfo, null, appPaths.TempDirectory, true);

0 commit comments

Comments
 (0)