diff --git a/index.bs b/index.bs index f0ea8fb..63de75f 100644 --- a/index.bs +++ b/index.bs @@ -142,6 +142,21 @@ WebView APIs let the host app inject and execute JavaScript and CSS into an site Issue(#2): How does sandboxing and process isolation work in WebViews? +
+Android WebView uses + +a single out-of-process renderer +. +Apps can create + +multiple WebView Profiles + +, in which case each Profile gets its own renderer process. +Learn more about +Chrome Android Sandbox Design +in the Chromium documentation. +
+ ### Transport: TLS, mixed content ### {#transport} The host app can change TLS settings without the user noticing and allow insecure transports.