Samsung / Castanets

Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
45 stars 43 forks source link

[Service Offloading] Don't display https certificate warning #376

Closed kenxiniz closed 3 years ago

kenxiniz commented 3 years ago

The service offloading scenario doesn't have webview to show and users are noticed that their app screen will be shared with Tizen devices. So, the https certificate warning is not necessary.

Signed-off-by: 최영수/Common Platform Lab(SR)/Staff Engineer/삼성전자 kenshin.choi@samsung.com

kenxiniz commented 3 years ago

LGTM, but how about to append switch to base/base_switches instead of using "ignore-certificate-errors" directly?

Done