mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
Java: mention the default negative value for setJavaScriptEnabled
This commit is contained in:
@@ -22,7 +22,9 @@
|
||||
</overview>
|
||||
|
||||
<recommendation>
|
||||
<p>If Javascript does not need to be enabled, call <code>setJavaScriptEnabled(false)</code> on the settings of the WebView.</p>
|
||||
<p>JavaScript execution is disabled by default. You can explicitly disable
|
||||
it by calling <code>setJavaScriptEnabled(false)</code> on the settings of
|
||||
the WebView.</p>
|
||||
|
||||
<p>If JavaScript is necessary, only load content from trusted servers using encrypted channels, such as HTTPS with certificate verification.</p>
|
||||
</recommendation>
|
||||
|
||||
Reference in New Issue
Block a user