You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is for #103699 and should be the last round 🤞 Use yarn tsec-compile-check or un-comment this line and execute your feature
DOMParser().parseFromString
src/vs/workbench/contrib/extensions/browser/extensionEditor.ts (here) @sandy081 To fix this you can use a trusted types policy but I believe using insane is enough here. Adding @mjbvz who has most experience.
innerHTML usage
the electron web view tag @mjbvz@jrieken this is tricky because it is from electron itself. The violation is in renderer_init.js and fairly small t.innerHTML='<!DOCTYPE html><style type="text/css">:host { display: flex; }</style>'. I will file an upstream issue to begin with
The text was updated successfully, but these errors were encountered:
This is for #103699 and should be the last round 🤞 Use
yarn tsec-compile-check
or un-comment this line and execute your featureDOMParser().parseFromString
innerHTML usage
renderer_init.js
and fairly smallt.innerHTML='<!DOCTYPE html><style type="text/css">:host { display: flex; }</style>'
. I will file an upstream issue to begin withThe text was updated successfully, but these errors were encountered: