mirror of
https://github.com/github/codeql.git
synced 2026-01-06 11:10:23 +01:00
Remove webview example and its reference in qlhelp file
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset = "UTF-8">
|
||||
<title>WebView Examples</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- BAD -->
|
||||
<webview src="https://untrusted-site.com/" nodeintegration></webview>
|
||||
|
||||
<!-- GOOD -->
|
||||
<webview src="https://untrusted-site.com/"></webview>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user