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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user