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
+1
View File
@@ -1,3 +1,4 @@
import "./popup-window.css";
import { createApp } from "vue";
import Popup from "./components/Popup.vue";
import { i18n } from "./i18n";