Skip to content

Commit

Permalink
chore: add back script tag for injecting script
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusZdroba committed Nov 15, 2024
1 parent 053e0cf commit 7031ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class SuggestionDescriptionPanelFromLS(

html = html.replace("\${ideStyle}", "<style nonce=\${nonce}>$ideStyle</style>")
html = html.replace("\${headerEnd}", "")
html = html.replace("\${ideScript}", ideScript)
html = html.replace("\${ideScript}", "<script nonce=\${nonce}>$ideScript</script>")


html = html.replace("\${nonce}", nonce)
Expand Down

0 comments on commit 7031ce3

Please sign in to comment.