Add 'bucket.'

This commit is contained in:
Sefinek 2024-11-13 07:50:36 +01:00
parent 21018da206
commit 7ead2b9b37

View file

@ -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 userAgents = ['Chrome/129', 'Chrome/130', 'Chrome/131', 'Chrome/132', 'StellaLauncher', 'PrepareStella'];
const endpoints = ['/api/', '//video', '//js', '//images', '//imgs', 'favicon.ico', 'sitemap.xml', 'robots.txt']; const endpoints = ['/api/', '//video', '//js', '//images', '//imgs', 'favicon.ico', 'sitemap.xml', 'robots.txt'];