1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-07 08:34:06 +02:00

Remove BrowserUtils.HeaderAcceptLanguage and use default value instead

This commit is contained in:
chylex 2018-01-18 10:37:43 +01:00
parent 1af9ee9ced
commit 6ba30c48cf
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
namespace TweetDuck.Core.Utils{
static class BrowserUtils{
public static string HeaderAcceptLanguage => "en-us,en";
public static string HeaderUserAgent => Program.BrandName+" "+Application.ProductVersion;
public static void SetupCefArgs(IDictionary<string, string> args){

View File

@ -131,7 +131,6 @@ private static void Main(){
CefSharpSettings.WcfEnabled = false;
CefSettings settings = new CefSettings{
AcceptLanguageList = BrowserUtils.HeaderAcceptLanguage,
UserAgent = BrowserUtils.HeaderUserAgent,
BrowserSubprocessPath = BrandName+".Browser.exe",
CachePath = StoragePath,