From 913b3d14cd53a17a3d27a55d566f5c67e08e90eb Mon Sep 17 00:00:00 2001 From: kolyasapphire Date: Wed, 6 Mar 2024 15:02:35 +0400 Subject: [PATCH] Regex fix to catch changed language in docs --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 674e3af..1474e45 100644 --- a/src/index.ts +++ b/src/index.ts @@ -3,7 +3,7 @@ import { parse } from 'node-html-parser' import { KVNamespace, ExecutionContext } from '@cloudflare/workers-types' const SECURITY_PAGE = 'https://support.apple.com/en-us/HT201222' -const STRING = /actively\sexploited/ +const STRING = /exploited/ export default { async fetch(