From 8d062f029605c4288358619e0fbd1233e07e5ff9 Mon Sep 17 00:00:00 2001 From: iKirby <6316115+iKirby@users.noreply.github.com> Date: Tue, 6 May 2025 15:52:14 +0800 Subject: [PATCH] Remove unnecessary custom header --- lib/app_sources/vivoappstore.dart | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/app_sources/vivoappstore.dart b/lib/app_sources/vivoappstore.dart index 6006746..b68b694 100644 --- a/lib/app_sources/vivoappstore.dart +++ b/lib/app_sources/vivoappstore.dart @@ -49,16 +49,6 @@ class VivoAppStore extends AppSource { releaseDate: DateTime.parse(uploadTime)); } - @override - Future?> getRequestHeaders( - Map additionalSettings, - {bool forAPKDownload = false}) async { - return { - 'User-Agent': - 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36' - }; - } - @override Future>> search(String query, {Map querySettings = const {}}) async {