Spracherkennung für: .ts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
import type { ControlUiEmbedSandboxMode } from "../../../src/gateway/control-ui-contract.js";
export type EmbedSandboxMode = ControlUiEmbedSandboxMode;
export function resolveEmbedSandbox(mode: EmbedSandboxMode | null | undefined): string {
switch (mode) {
case "strict":
return "";
case "trusted":
return "allow-scripts allow-same-origin";
case "scripts":
default:
return "allow-scripts";
}
}
¤ Dauer der Verarbeitung: 0.20 Sekunden
(vorverarbeitet am 2026-04-27)
¤
*© Formatika GbR, Deutschland