mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-14 10:10:34 +08:00
Fix: add statsig.com to whitelist
This commit is contained in:
parent
489f87a622
commit
179918dceb
@ -189,7 +189,9 @@ export const PREDEFINED_WHITELIST = [
|
||||
'uploads.codesandbox.io',
|
||||
// Affect Windows ISO download
|
||||
// https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_trackers.txt
|
||||
'vlscppe.microsoft.com'
|
||||
'vlscppe.microsoft.com',
|
||||
// OpenAI use this for A/B testing
|
||||
'statsig.com',
|
||||
];
|
||||
|
||||
export const PREDEFINED_ENFORCED_BACKLIST = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user