From f43113f6216efacc3957fc48d9fa1c0326facceb Mon Sep 17 00:00:00 2001 From: Patrick Scott Date: Thu, 18 Feb 2010 09:13:12 -0500 Subject: [PATCH] Unhide setBlockNetworkLoads. Blocking network images is not as secure as completely blocking network loads. Leave setBlockNetworkImage so clients can reduce bandwidth by disabling remote images. This will allow file:// and content:// URIs to load. --- api/current.xml | 24 +++++++++++++++++++ core/java/android/webkit/WebSettings.java | 28 ++++++++++++++--------- 2 files changed, 41 insertions(+), 11 deletions(-) diff --git a/api/current.xml b/api/current.xml index 8573a36172e77..96220c65cc15a 100644 --- a/api/current.xml +++ b/api/current.xml @@ -190987,6 +190987,17 @@ visibility="public" > + + + + + +