From f8182b10b98d5fbb6f57d97c4dbb3c76db12f46a Mon Sep 17 00:00:00 2001 From: GarboMuffin Date: Sat, 26 Aug 2023 23:21:30 -0500 Subject: [PATCH] Update GitHub.io links (#964) These now require permission because we will follow redirects. Point them to alternatives that are known to be safe. --- extensions/TheShovel/ShovelUtils.js | 2 +- extensions/cloudlink.js | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/extensions/TheShovel/ShovelUtils.js b/extensions/TheShovel/ShovelUtils.js index fff74dc116..2d702595c3 100644 --- a/extensions/TheShovel/ShovelUtils.js +++ b/extensions/TheShovel/ShovelUtils.js @@ -110,7 +110,7 @@ TEXT: { type: Scratch.ArgumentType.STRING, defaultValue: - "https://theshovel.github.io/Bullet-Hell/Bullet%20Hell", + "https://extensions.turbowarp.org/samples/Box2D.sb3", }, }, }, diff --git a/extensions/cloudlink.js b/extensions/cloudlink.js index 1583cc1e23..8496737d54 100644 --- a/extensions/cloudlink.js +++ b/extensions/cloudlink.js @@ -12,7 +12,9 @@ // Get the server URL list try { - Scratch.fetch("https://mikedev101.github.io/cloudlink/serverlist.json") + Scratch.fetch( + "https://raw.githubusercontent.com/MikeDev101/cloudlink/master/serverlist.json" + ) .then((response) => { return response.text(); }) @@ -324,8 +326,7 @@ arguments: { url: { type: "string", - defaultValue: - "https://mikedev101.github.io/cloudlink/fetch_test", + defaultValue: "https://extensions.turbowarp.org/hello.txt", }, }, }, @@ -341,8 +342,7 @@ }, url: { type: "string", - defaultValue: - "https://mikedev101.github.io/cloudlink/fetch_test", + defaultValue: "https://extensions.turbowarp.org/hello.txt", }, data: { type: "string",