Skip to content

Commit f7c3c8e

Browse files
committed
Adding http://majikeyric.free.fr/ to the supported fetch sites.
1 parent 7d205bb commit f7c3c8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

html/webapp/functions/programs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export async function onRequest(context) {
2525
targetUrl.startsWith("https://files.scene.org/") ||
2626
targetUrl.startsWith("https://ftp.area536.com/mirrors/scene.org/") ||
2727
targetUrl.startsWith("http://www.evilshirt.com/") ||
28+
targetUrl.startsWith("http://majikeyric.free.fr/") ||
2829
targetUrl.startsWith("https://web.archive.org/") ||
2930
targetUrl.startsWith("https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/VIC20/") ||
3031
targetUrl.startsWith("https://archive.org/"))) {

0 commit comments

Comments
 (0)