Skip to content

Commit

Permalink
Update GitHub.io links (#964)
Browse files Browse the repository at this point in the history
These now require permission because we will follow redirects. Point
them to alternatives that are known to be safe.
  • Loading branch information
GarboMuffin committed Aug 27, 2023
1 parent 4f157ed commit f8182b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion extensions/TheShovel/ShovelUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
},
Expand Down
10 changes: 5 additions & 5 deletions extensions/cloudlink.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
})
Expand Down Expand Up @@ -324,8 +326,7 @@
arguments: {
url: {
type: "string",
defaultValue:
"https://mikedev101.github.io/cloudlink/fetch_test",
defaultValue: "https://extensions.turbowarp.org/hello.txt",
},
},
},
Expand All @@ -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",
Expand Down

0 comments on commit f8182b1

Please sign in to comment.