Fix embedded images not rendering (#21021)

This commit is contained in:
Charles Gagnon
2022-10-27 22:59:03 -07:00
committed by GitHub
parent 5f6eed12c2
commit 9ea5a66c52

View File

@@ -1458,6 +1458,7 @@ const defaultSafeProtocols = [
Schemas.http,
Schemas.https,
Schemas.command,
Schemas.vscodeFileResource // {{SQL CARBON EDIT}} Add allowed schema for welcome page support
];
/**