From 8396fb74618a07220bf4bc9742ca6c51af66dfd0 Mon Sep 17 00:00:00 2001 From: Luca Schneider <7972860+Mad-Kat@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:20:56 +0100 Subject: [PATCH 1/3] Update cnames_active.js --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index 6d7d75eda95..9f5aa52fd8a 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -3638,7 +3638,7 @@ var cnames_active = { "y86": "quietshu.github.io/y86", // noCF? (don´t add this in a new PR) "yadl": "yadljs.github.io", "yagolopez": "yagolopez.github.io", - "yak": "jantimon.github.io/next-yak", + "yak": "name.vercel-dns.com", // noCF "yake": "yakeing.github.io/HexoBlog", "yamdbf": "zajrik.github.io/yamdbf", "yan": "yvesyc.github.io/yan-js-org", From 9f8ee63215bf53c1b5a506fdbb6b8fdcb86a8e0a Mon Sep 17 00:00:00 2001 From: Stefan Keim Date: Wed, 15 Jan 2025 16:42:41 +0100 Subject: [PATCH 2/3] Update cnames_active.js --- cnames_active.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cnames_active.js b/cnames_active.js index 9f5aa52fd8a..e81d475468a 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -15,7 +15,7 @@ * or "foo.github.io/bar" for a Project Page). * * CLOUDFLARE: JS.ORG uses Cloudflare as its DNS. By default, Cloudflare proxies all requests to your subdomain - * to get SSL support (https://foo.js.org) and make use of browser caching with a TTL of 30 min. + * to get SSL support (https://foo.js.org) and make use of browser caching with a TTL of 30 min." * But you can opt-out from this and make Cloudflare forward all requests directly to GitHub. * Just add '// noCF' in the line of your requested subdomain to give us a hint. * (all the lines marked with '// noCF?' are from a time when a requester had to explicitly opt-in; @@ -3638,7 +3638,7 @@ var cnames_active = { "y86": "quietshu.github.io/y86", // noCF? (don´t add this in a new PR) "yadl": "yadljs.github.io", "yagolopez": "yagolopez.github.io", - "yak": "name.vercel-dns.com", // noCF + "yak": "cname.vercel-dns.com", // noCF "yake": "yakeing.github.io/HexoBlog", "yamdbf": "zajrik.github.io/yamdbf", "yan": "yvesyc.github.io/yan-js-org", From 70b7fc3d7fe2e9a9229e511fbee419b82f6a4ef5 Mon Sep 17 00:00:00 2001 From: Stefan Keim Date: Wed, 15 Jan 2025 16:42:57 +0100 Subject: [PATCH 3/3] Update cnames_active.js --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index e81d475468a..a7e032ae281 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -15,7 +15,7 @@ * or "foo.github.io/bar" for a Project Page). * * CLOUDFLARE: JS.ORG uses Cloudflare as its DNS. By default, Cloudflare proxies all requests to your subdomain - * to get SSL support (https://foo.js.org) and make use of browser caching with a TTL of 30 min." + * to get SSL support (https://foo.js.org) and make use of browser caching with a TTL of 30 min. * But you can opt-out from this and make Cloudflare forward all requests directly to GitHub. * Just add '// noCF' in the line of your requested subdomain to give us a hint. * (all the lines marked with '// noCF?' are from a time when a requester had to explicitly opt-in;