mirror of
https://github.com/github/codeql.git
synced 2026-07-11 06:25:38 +02:00
5 lines
139 B
Java
5 lines
139 B
Java
WebSettings settings = webview.getSettings();
|
|
|
|
// BAD: WebView is configured to allow content access
|
|
settings.setAllowContentAccess(true);
|