Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion worker-custom-domain.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const BOT_AGENTS = [
"skypeuripreview", "nuzzel", "discordbot", "google page speed", "qwantify", "pinterestbot",
"bitrix link preview", "xing-contenttabreceiver", "chrome-lighthouse", "telegrambot",
"oai-searchbot", "chatgpt", "gptbot", "claudebot", "claude-user", "amazonbot", "perplexity",
"google-inspectiontool", "integration-test",
"google-inspectiontool", "integration-test", "iframely",
];

const IGNORE_EXTENSIONS = [
Expand Down
1 change: 1 addition & 0 deletions worker-subscriber.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const BOT_AGENTS = [
"google-inspectiontool", "telegrambot",
// Testing
"integration-test",
"iframely",
];

const IGNORE_EXTENSIONS = [
Expand Down