diff --git a/js/api.js b/js/api.js index 8e968f3..b87b6da 100644 --- a/js/api.js +++ b/js/api.js @@ -638,7 +638,6 @@ export class LosslessAPI { const response = await this.fetchWithRetry(`/video/?id=${id}`, { type: 'streaming', - allowedDomains: ['api.monochrome.tf', 'arran.monochrome.tf'], }); const jsonResponse = await response.json();