const subdomains = ['api.', 'cdn.']; const useragents = ['Chrome/129', 'Chrome/130', 'Chrome/131', 'Chrome/132', 'Chrome/133', 'StellaLauncher']; const endpoints = ['/api/', '//video', '//js', '//images', '//imgs', 'favicon.ico']; module.exports = { subdomains, useragents, endpoints };