CSP: style-src ohne unsafe-inline — Fenster-Styles aus den HTML-Köpfen nach src/*-window.css

terminal/panel/popup.html laden ihre Styles jetzt als erste Imports der
jeweiligen Entries (Kaskade wie zuvor: Fenster-CSS vor xterm/fonts); devCsp
behält unsafe-inline für die Vite-HMR-Style-Injektion.
This commit is contained in:
marcus hinz
2026-07-21 19:04:36 +02:00
parent bbb06e0814
commit e7f98dd072
10 changed files with 823 additions and 824 deletions
-7
View File
@@ -3,13 +3,6 @@
<head>
<meta charset="UTF-8" />
<title data-i18n="panel.windowProjects">Projekte</title>
<style>
html,
body {
margin: 0;
background: transparent;
}
</style>
</head>
<body>
<div id="app"></div>