Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
[WEEX-419][android] weeks bugfix for security check
Browse files Browse the repository at this point in the history
  • Loading branch information
jianbai.gbj authored and YorkShen committed Jun 27, 2018
1 parent 049d19f commit 15e8df0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ private void initWebView(WebView wv) {
settings.setDomStorageEnabled(true);
settings.setSupportZoom(false);
settings.setBuiltInZoomControls(false);
settings.setAllowFileAccess(false);
wv.setWebViewClient(new WebViewClient() {

@Override
Expand Down

0 comments on commit 15e8df0

Please sign in to comment.