We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa8fe0 commit 89544d1Copy full SHA for 89544d1
1 file changed
html/webapp/functions/programs.js
@@ -23,6 +23,7 @@ export async function onRequest(context) {
23
targetUrl.startsWith("https://www.zimmers.net/") ||
24
targetUrl.startsWith("http://viznut.fi/") ||
25
targetUrl.startsWith("https://files.scene.org/") ||
26
+ targetUrl.startsWith("https://ftp.area536.com/mirrors/scene.org/") ||
27
targetUrl.startsWith("http://www.evilshirt.com/") ||
28
targetUrl.startsWith("https://web.archive.org/") ||
29
targetUrl.startsWith("https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/VIC20/") ||
0 commit comments