diff --git a/en/searchurl/cloudflare/pbing.js b/en/searchurl/cloudflare/pbing.js index cd141ed8..343ac994 100644 --- a/en/searchurl/cloudflare/pbing.js +++ b/en/searchurl/cloudflare/pbing.js @@ -93,7 +93,9 @@ export default { const url = request.url; let iSlash = url.indexOf('/',11); let nUrl = url.substring(iSlash+1); - if(!nUrl.startsWith(SYDNEY_ORIGIN)) + let iColon = nUrl.indexOf(':',3)+3; + if(!nUrl.startsWith('syndey.bing.com',iColon) && + !nUrl.startsWith('www.bing.com/turing',iColon)) return await goUrl(request, nUrl); const targetUrl = new URL(nUrl); diff --git a/en/sitemap.xml b/en/sitemap.xml index 4d67e6f7..32318a93 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -3,7 +3,7 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> /en/_posts/ - 2023-06-26T08:17:34+08:00 + 2023-08-20T09:08:11+08:00 /en/termux/ - 2022-09-24T14:05:13+08:00 + 2023-08-20T09:08:11+08:00 /en/longclick/ 2022-09-24T14:05:13+08:00 diff --git a/en/termux/index.html b/en/termux/index.html index bfc92840..143f3fd9 100644 --- a/en/termux/index.html +++ b/en/termux/index.html @@ -57,10 +57,10 @@

Using uweb to copy (Long pressing the following links and "open in new tab" to fix/send/receive):

Using ssh to copy