We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71949f commit 967a29dCopy full SHA for 967a29d
1 file changed
html/webapp/functions/programs.js
@@ -26,6 +26,7 @@ export async function onRequest(context) {
26
targetUrl.startsWith("https://archive.org/") ||
27
targetUrl.startsWith("https://raxiss.com/") ||
28
targetUrl.startsWith("http://www.petergordon.org.uk/") ||
29
+ targetUrl.startsWith("http://inufuto.web.fc2.com/") ||
30
targetUrl.startsWith("https://github.com/raspberrypioneer/") ||
31
targetUrl.startsWith("https://raw.githubusercontent.com/raspberrypioneer/") ||
32
targetUrl.startsWith("https://raw.github.com/raspberrypioneer/") ||
0 commit comments