From d67e6718c7ac1da7fe8b7b44ef4a492f6b161e1b Mon Sep 17 00:00:00 2001 From: Laszlo Takacs Date: Mon, 8 Jun 2026 15:11:17 +0200 Subject: [PATCH] feat: add iframely to crawler user-agent list --- middleware.js | 2 +- proxy.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/middleware.js b/middleware.js index bec8844..fd2b89f 100644 --- a/middleware.js +++ b/middleware.js @@ -12,7 +12,7 @@ export async function middleware(request) { "skypeuripreview", "nuzzel", "discordbot", "google page speed", "qwantify", "pinterestbot", "bitrix link preview", "xing-contenttabreceiver", "chrome-lighthouse", "telegrambot", "oai-searchbot", "chatgpt", "gptbot", - "perplexity", "claudeBot", "amazonbot", "integration-test", + "perplexity", "claudeBot", "amazonbot", "integration-test", "iframely", ]; const IGNORE_EXTENSIONS = [ diff --git a/proxy.ts b/proxy.ts index e2107e2..ee26630 100644 --- a/proxy.ts +++ b/proxy.ts @@ -12,7 +12,7 @@ export async function proxy(request: NextRequest) { "skypeuripreview", "nuzzel", "discordbot", "google page speed", "qwantify", "pinterestbot", "bitrix link preview", "xing-contenttabreceiver", "chrome-lighthouse", "telegrambot", "oai-searchbot", "chatgpt", "gptbot", - "perplexity", "claudebot", "amazonbot", "integration-test", + "perplexity", "claudebot", "amazonbot", "integration-test", "iframely", ]; const IGNORE_EXTENSIONS = [