From e87cb74cf6480cca4cf4adb8db7743de6226edc2 Mon Sep 17 00:00:00 2001 From: FrogTheFrog Date: Sat, 3 Aug 2024 14:43:34 +0300 Subject: [PATCH] test --- frontend/src/plugin-loader.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index 1854e3b2..df081129 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -549,6 +549,7 @@ class PluginLoader extends Logger { return fetch('http://127.0.0.1:1337/fetch', { ...restOfInit, credentials: 'include', + cache: 'no-store', headers, }); }