-
Is it possible to somehow add nonce to scripts/styles added in I'm currently using a CSP nonce and <script>
import { onMount } from 'svelte'
let myRef
onMount(() => {
myRef.innerHTML = embed;
})
</script>
<div bind:this={myRef} /> |
Beta Was this translation helpful? Give feedback.
Answered by
kamerat
Dec 8, 2022
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kamerat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#7945