From 7ead2b9b371c2cd729bbf6ab32e7930abae1c0b7 Mon Sep 17 00:00:00 2001 From: Sefinek Date: Wed, 13 Nov 2024 07:50:36 +0100 Subject: [PATCH] Add `'bucket.'` --- scripts/whitelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/whitelist.js b/scripts/whitelist.js index 711c34c..028a6f5 100644 --- a/scripts/whitelist.js +++ b/scripts/whitelist.js @@ -1,4 +1,4 @@ -const subdomains = ['api.', 'cdn.']; +const subdomains = ['api.', 'cdn.', 'bucket.']; const userAgents = ['Chrome/129', 'Chrome/130', 'Chrome/131', 'Chrome/132', 'StellaLauncher', 'PrepareStella']; const endpoints = ['/api/', '//video', '//js', '//images', '//imgs', 'favicon.ico', 'sitemap.xml', 'robots.txt'];