From 9193db6f32263f44113be2026693ffd692ad6db1 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Mon, 27 Sep 2021 10:02:19 +0100 Subject: [PATCH] Update worker.js --- worker.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/worker.js b/worker.js index 689d7a47..bc37fa54 100644 --- a/worker.js +++ b/worker.js @@ -8,7 +8,8 @@ const allowedDomains = [ 'https://v2.sg.media-imdb.com', 'https://gomo.to', 'https://lookmovie.io', - 'https://gomoplayer.com' + 'https://gomoplayer.com', + 'https://api.opensubtitles.org' ]; async function handleRequest(request, destinationUrl, iteration = 0) { @@ -128,4 +129,4 @@ addEventListener("fetch", event => { }), ); } -}); \ No newline at end of file +});