mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-29 00:56:37 +01:00
Fixed: UI not updating on upgrade
This commit is contained in:
@@ -186,6 +186,7 @@ namespace Prowlarr.Http.Extensions
|
||||
|
||||
public static void DisableCache(this IHeaderDictionary headers)
|
||||
{
|
||||
headers.Remove("Last-Modified");
|
||||
headers["Cache-Control"] = "no-cache, no-store";
|
||||
headers["Expires"] = "-1";
|
||||
headers["Pragma"] = "no-cache";
|
||||
|
||||
Reference in New Issue
Block a user