No longer need "Kiwi Browser v123" profile

This commit is contained in:
redphx
2024-07-01 17:52:12 +07:00
parent 13feb36aae
commit 0213b860fd
4 changed files with 1 additions and 7 deletions

View File

@@ -4,7 +4,6 @@ export enum UserAgentProfile {
SMARTTV_GENERIC = 'smarttv-generic',
SMARTTV_TIZEN = 'smarttv-tizen',
VR_OCULUS = 'vr-oculus',
ANDROID_KIWI_V123 = 'android-kiwi-v123',
DEFAULT = 'default',
CUSTOM = 'custom',
}