diff --git a/src/worker.ts b/src/worker.ts index e2b2d5e..e20dbf4 100644 --- a/src/worker.ts +++ b/src/worker.ts @@ -10,7 +10,7 @@ import { twitter } from './realms/twitter/router'; import { cacheMiddleware } from './caches'; const noCache = 'max-age=0, no-cache, no-store, must-revalidate'; -const embeddingClientRegex = /(discordbot|telegrambot|facebook|whatsapp|firefox\/92|vkshare)/gi; +const embeddingClientRegex = /(discordbot|telegrambot|facebook|whatsapp|firefox\/92|vkshare|revoltchat|preview)/gi; /* This is the root app which contains route trees for multiple "realms".