From 93dd2a599d816840b732e03496beeef1186972f8 Mon Sep 17 00:00:00 2001 From: Niklas Merz Date: Fri, 31 Jul 2026 17:58:08 +0200 Subject: [PATCH] add Android description as example --- index.bs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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.