From bf6264dd1878951370e59dd03ed63ec41c878fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <47057319+TransparentLC@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:48:42 +0800 Subject: [PATCH] Update cfworker_proxy.js --- cfworker_proxy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cfworker_proxy.js b/cfworker_proxy.js index 96dfa79..661837e 100644 --- a/cfworker_proxy.js +++ b/cfworker_proxy.js @@ -52,6 +52,7 @@ async function handleRequest(request) { '>': '>', '<': '<', '¥': '¥', + '&': '&', })) result.title = result.title.replace(new RegExp(k, 'g'), v); result.cover = new URL('https://images.weserv.nl');