mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04: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