diff --git a/js/api.js b/js/api.js index 2b6f394..70b9138 100644 --- a/js/api.js +++ b/js/api.js @@ -526,7 +526,6 @@ export class LosslessAPI { try { const response = await this.fetchWithRetry(`/search/?v=${encodeURIComponent(query)}`, { ...options, - allowedDomains: ['api.monochrome.tf', 'arran.monochrome.tf'], }); const data = await response.json(); const normalized = this.normalizeSearchResponse(data, 'videos');