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 +});