mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Fix qhelp
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
As such, debugging should only be anabled during development, and disabled during production builds.</p>
|
||||
</overview>
|
||||
<recommendation>
|
||||
Ensure that debugging features are not enabled during production builds.
|
||||
If <code>WebView.setWebContentsDebuggingEnabled(true)</code> is used, ensure that it is guarded by a flag indicating that this is a debug build.
|
||||
<p>Ensure that debugging features are not enabled during production builds.
|
||||
If <code>WebView.setWebContentsDebuggingEnabled(true)</code> is used, ensure that it is guarded by a flag indicating that this is a debug build.</p>
|
||||
|
||||
</recommendation>
|
||||
<example>
|
||||
|
||||
Reference in New Issue
Block a user