Remove webview example and its reference in qlhelp file

This commit is contained in:
Behrang Fouladi Azarnaminy
2018-09-11 12:31:00 -07:00
parent 02047ea260
commit befca6cafa
2 changed files with 6 additions and 28 deletions

View File

@@ -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>