diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-02 23:01:44 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-02 23:01:44 -0400 |
| commit | caa0befcf880c34fb599a9d22dac27a1299cd543 (patch) | |
| tree | d1779bfab2a0f690fce1fa8a160f0c00b7775ae7 /internal/test/playwright_test.go | |
| parent | c76a06e7235c6ac86076b1e7fde18729eb9cfe29 (diff) | |
| parent | 21a9d77788653f30fef4f3b37e8163a833f1a5d9 (diff) | |
| download | anubis-Xe/new-anubis.tar.xz anubis-Xe/new-anubis.zip | |
Merge branch 'main' into Xe/new-anubisXe/new-anubis
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'internal/test/playwright_test.go')
| -rw-r--r-- | internal/test/playwright_test.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/test/playwright_test.go b/internal/test/playwright_test.go index ae4022e..88368c7 100644 --- a/internal/test/playwright_test.go +++ b/internal/test/playwright_test.go @@ -64,6 +64,12 @@ var ( userAgent: "Mozilla/5.0 (compatible; Kagibot/1.0; +https://kagi.com/bot)", }, { + name: "iMessageScraper", + action: actionAllow, + realIP: placeholderIP, + userAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0", + }, + { name: "unknownAgent", action: actionAllow, realIP: placeholderIP, |
