(script)
| 404 | } |
| 405 | |
| 406 | export function addNonceAttribute(script) { |
| 407 | if (nonce) script::setAttribute('nonce', nonce); |
| 408 | } |
| 409 | |
| 410 | function addVaultExports(vaultSrc) { |
| 411 | if (!vaultSrc) return; // blocked by CSP |
no outgoing calls
no test coverage detected