Skip to content

Commit 89544d1

Browse files
committed
Adding another site to the supported fetch sites.
1 parent dfa8fe0 commit 89544d1

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
@@ -23,6 +23,7 @@ export async function onRequest(context) {
2323
targetUrl.startsWith("https://www.zimmers.net/") ||
2424
targetUrl.startsWith("http://viznut.fi/") ||
2525
targetUrl.startsWith("https://files.scene.org/") ||
26+
targetUrl.startsWith("https://ftp.area536.com/mirrors/scene.org/") ||
2627
targetUrl.startsWith("http://www.evilshirt.com/") ||
2728
targetUrl.startsWith("https://web.archive.org/") ||
2829
targetUrl.startsWith("https://sourceforge.net/p/vice-emu/code/HEAD/tree/testprogs/VIC20/") ||

0 commit comments

Comments
 (0)