[M108 Migration][VD] Change default certificate path for ubrowser. 79/288579/2
authorjingjieli <jingjie.li@samsung.com>
Mon, 20 Feb 2023 06:16:27 +0000 (14:16 +0800)
committerBot Blink <blinkbot@samsung.com>
Mon, 20 Feb 2023 08:06:45 +0000 (08:06 +0000)
VD Security part request certificate user change certificate path.

Migrate patch from M94 AURA:
https://review.tizen.org/gerrit/#/c/279390/

Change-Id: I8c525905be0b59ad13b9174f968c22a6bbed771d
Signed-off-by: jingjieli <jingjie.li@samsung.com>
tizen_src/ewk/ubrowser/browser.cc

index 8a8cb87..025e28e 100644 (file)
@@ -21,7 +21,7 @@ static int kDefaultMobileWindowWidth = 360;
 static int kDefaultMobileWindowHeight = 640;
 #if BUILDFLAG(IS_TIZEN_TV)
 static std::string kDefaultCookiePath = "/home/owner/.cookie";
-static std::string kDefaultCertificatePath = "/usr/share/cert/webbrowser.pem";
+static std::string kDefaultCertificatePath = "/opt/data/cert/vdca.pem";
 static double kDefaultZoomFactor = 1.5;
 static int kDefaultDesktopWindowWidth = 1920;
 static int kDefaultDesktopWindowHeight = 1048;