Skip to content

Instantly share code, notes, and snippets.

View CliffReimers's full-sized avatar

David Reimers CliffReimers

  • Sverige
View GitHub Profile
@CliffReimers
CliffReimers / index.html
Last active October 5, 2021 07:20
Window resizes when setting resizable: false
<!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'">
<meta http-equiv="X-Content-Security-Policy" content="default-src 'self'; script-src 'self'">
<title>Hello World!</title>
</head>
<body>