Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/9903b17764cda764635a173b581b5f7cdbe8a6cf You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update the .net core packages to fix "CVE-2018-8409: ASP.NET Core Denial Of Service Vulnerability"

pull/2519/head^2
TidusJar 7 years ago
parent 97c51a3be1
commit 9903b17764

@ -71,7 +71,7 @@
<PackageReference Include="Hangfire.RecurringJobExtensions" Version="1.1.6" />
<PackageReference Include="Hangfire.SQLite" Version="1.4.2" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.2" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="2.1.1" />
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="2.1.1" />

Loading…
Cancel
Save