Skip to content

Commit d5a81b7

Browse files
committed
Put it back to how it was
1 parent 6a6e12a commit d5a81b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/UmbracoFileSystemProviders.Azure/AzureFileSystem.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ namespace Our.Umbraco.FileSystemProviders.Azure
1414
using System.Globalization;
1515
using System.IO;
1616
using System.Linq;
17-
using System.Net;
1817
using System.Text.RegularExpressions;
1918
using System.Web;
2019
using global::Umbraco.Core.Configuration;
@@ -89,8 +88,6 @@ internal class AzureFileSystem : IFileSystem
8988
/// </exception>
9089
internal AzureFileSystem(string containerName, string rootUrl, string connectionString, int maxDays, bool useDefaultRoute, BlobContainerPublicAccessType accessType)
9190
{
92-
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12;
93-
9491
if (string.IsNullOrWhiteSpace(containerName))
9592
{
9693
throw new ArgumentNullException(nameof(containerName));

0 commit comments

Comments
 (0)