We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d205bb commit f7c3c8eCopy full SHA for f7c3c8e
1 file changed
html/webapp/functions/programs.js
@@ -25,6 +25,7 @@ export async function onRequest(context) {
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("http://majikeyric.free.fr/") ||
29
targetUrl.startsWith("https://web.archive.org/") ||
30
targetUrl.startsWith("https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/VIC20/") ||
31
targetUrl.startsWith("https://archive.org/"))) {
0 commit comments