Cloudflare-WAF-To-AbuseIPDB/scripts/whitelist.js
2024-11-10 01:44:19 +01:00

5 lines
No EOL
287 B
JavaScript

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 };