Browse Source

Merge pull request #1843 from NorthernLights/patch-1

Disable FIPS Validation Check in App.config
Luke 9 years ago
parent
commit
437033111c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MediaBrowser.ServerApplication/App.config

+ 1 - 0
MediaBrowser.ServerApplication/App.config

@@ -52,6 +52,7 @@
         <bindingRedirect oldVersion="0.0.0.0-2.3.6.0" newVersion="2.3.6.0"/>
       </dependentAssembly>
     </assemblyBinding>
+    <enforceFIPSPolicy enabled="false"/>
   </runtime>
   <system.web>
     <membership defaultProvider="ClientAuthenticationMembershipProvider">