Skip to content

Instantly share code, notes, and snippets.

View Jelmerro's full-sized avatar
🔸
🎹 👨‍💻 🍺 💻 🏸

Jelmer van Arnhem Jelmerro

🔸
🎹 👨‍💻 🍺 💻 🏸
View GitHub Profile
@Jelmerro
Jelmerro / index.html
Created February 21, 2022 21:33
Webview crash bad Mojo Message
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello World!</title>
</head>
<body>
<webview></webview>
</body>
</html>
@Jelmerro
Jelmerro / index.html
Created August 23, 2022 09:04
atob broken in Electron
<!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'">
<title>Hello World!</title>
</head>
<body>
<webview src="about:blank" />