From 2bfe556afba62a04afaecde4138726449a757543 Mon Sep 17 00:00:00 2001 From: Simon Bennetts Date: Mon, 6 Jul 2026 18:12:36 +0100 Subject: [PATCH] Added Akamai Bot Manager-style check Signed-off-by: Simon Bennetts --- CHANGELOG.md | 7 +++ tests/other/01-bot-detection-globals.js | 84 +++++++++++++++++++++++++ 2 files changed, 91 insertions(+) create mode 100644 tests/other/01-bot-detection-globals.js diff --git a/CHANGELOG.md b/CHANGELOG.md index bdcc3d7..5bb9938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2026-07-06 + +### New test + +**Other** +- `forms/01-bot-detection-globals` — Simulates an Akamai Bot Manager-style check. + ## 2026-06-12 ### New tests diff --git a/tests/other/01-bot-detection-globals.js b/tests/other/01-bot-detection-globals.js new file mode 100644 index 0000000..514f22f --- /dev/null +++ b/tests/other/01-bot-detection-globals.js @@ -0,0 +1,84 @@ +'use strict'; + +// Simulates the integrity checks performed by bot-detection systems such as +// Akamai Bot Manager. Three signals are tested 1.5 s after page load (to give +// any extension content scripts time to finish injecting): +// +// 1. chrome-extension:// URLs in document.scripts +// inject.js and automationBridge.js were appended as `; + }, +};