fix: missing await in messages, incomplete SW locale cache, captcha bypass via drafts

This commit is contained in:
2026-02-08 10:44:59 +01:00
parent bc7e702e6e
commit 727ec17abd
3 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'dgray-v47';
const CACHE_NAME = 'dgray-v48';
const STATIC_ASSETS = [
'/',
'/index.html',
@@ -72,6 +72,10 @@ const STATIC_ASSETS = [
'/locales/de.json',
'/locales/en.json',
'/locales/fr.json',
'/locales/it.json',
'/locales/es.json',
'/locales/pt.json',
'/locales/ru.json',
// Fonts
'/assets/fonts/Inter-Regular.woff2',