Skip to content

Instantly share code, notes, and snippets.

View nktnet1's full-sized avatar

Khiet Tam Nguyen nktnet1

View GitHub Profile
@nktnet1
nktnet1 / index.html
Last active December 7, 2024 06:31
electron second instance additionalData null on empty array windows bug
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'">
<link href="./styles.css" rel="stylesheet">
<title>Hello World!</title>
</head>
<body>