webview-allowpopups.html 193 B

1234567891011
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4. window.ELECTRON_ENABLE_SECURITY_WARNINGS = true
  5. </script>
  6. </head>
  7. <body>
  8. <webview allowpopups></webview>
  9. </body>
  10. </html>