even stronger cachebusting

This commit is contained in:
2025-05-24 16:15:37 +03:00
parent ed34f394ce
commit 2a22f6d2ce
3 changed files with 18 additions and 2 deletions

View File

@ -13,6 +13,8 @@ app.layout = require "views.base"
local function inject_constants(req)
req.constants = constants
math.randomseed(os.time())
req.__cachebust = math.random(99999)
end
local function inject_methods(req)