Just to be sure

This commit is contained in:
M66B 2022-06-10 13:41:21 +02:00
parent fe0166e8e1
commit b8c6475482
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ public class WebViewEx extends WebView implements DownloadListener, View.OnLongC
settings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.TEXT_AUTOSIZING);
settings.setAllowFileAccess(false);
settings.setAllowContentAccess(true); // default
settings.setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);
settings.setMixedContentMode(WebSettings.MIXED_CONTENT_ALWAYS_ALLOW);