From d0c666c93b2d928d0ee108ab3323450dbf8986c6 Mon Sep 17 00:00:00 2001 From: Matthieu - Greep <42576124+GreepTheSheep@users.noreply.github.com> Date: Thu, 19 Nov 2020 15:04:33 +0100 Subject: [PATCH 1/3] Create speedrun.js.org --- cnames_active.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cnames_active.js b/cnames_active.js index 076c8ca8..3fbd7674 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2224,6 +2224,7 @@ var cnames_active = { "spacebot": "spacebot2.github.io", "spax": "crossjs.github.io/spax-site", "spectragram": "adrianengine.github.io/jquery-spectragram", // noCF? (don´t add this in a new PR) + "speedrun": "greepthesheep.github.io/speedrun.js", "speroxu": "speroxu.github.io", "spider": "spider-scraper.netlify.app", "spike": "spike.netlify.com", From 46b27d5bd3fea72ed1c5089358f3ef16579c6b7d Mon Sep 17 00:00:00 2001 From: Matthieu - Greep <42576124+GreepTheSheep@users.noreply.github.com> Date: Thu, 19 Nov 2020 16:30:21 +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 3fbd7674..f90ef363 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -14,7 +14,7 @@ * VALUE: The regular domain provided by GitHub (e.g.: "foo.github.io" for a User-/Organization Page * 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 + * CLOUDFLARE: JS.ORG uses CloudFlare as its DNS. By default, CloudFlare proxies all requests to your subdomainf * 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. @@ -2224,7 +2224,7 @@ var cnames_active = { "spacebot": "spacebot2.github.io", "spax": "crossjs.github.io/spax-site", "spectragram": "adrianengine.github.io/jquery-spectragram", // noCF? (don´t add this in a new PR) - "speedrun": "greepthesheep.github.io/speedrun.js", + "speedrun": "speedrunjs.readthedocs.io", "speroxu": "speroxu.github.io", "spider": "spider-scraper.netlify.app", "spike": "spike.netlify.com", From 12ee83e589593c799f99884903ed36688221cf8a Mon Sep 17 00:00:00 2001 From: Matthieu - Greep <42576124+GreepTheSheep@users.noreply.github.com> Date: Thu, 19 Nov 2020 16:31:16 +0100 Subject: [PATCH 3/3] Sorry i misstyped on a comment --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index f90ef363..71dd0700 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -14,7 +14,7 @@ * VALUE: The regular domain provided by GitHub (e.g.: "foo.github.io" for a User-/Organization Page * 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 subdomainf + * 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. * 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.