Skip to content

Commit b56bccc

Browse files
authored
fix: use version 2.2.1 of csp_nonce_html_transformer which fixes an issue in the embedded wasm entrypoint where it was embedding the wasm but also fetching it over the network (#120)
1 parent 9df6169 commit b56bccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__csp-nonce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @ts-ignore
33
import type { Config, Context } from "netlify:edge";
44
// @ts-ignore
5-
import { csp } from "https://deno.land/x/csp_nonce_html_transformer@v2.2.0/src/index-embedded-wasm.ts";
5+
import { csp } from "https://deno.land/x/csp_nonce_html_transformer@v2.2.1/src/index-embedded-wasm.ts";
66
// @ts-ignore
77
import inputs from "./__csp-nonce-inputs.json" assert { type: "json" };
88

0 commit comments

Comments
 (0)