Skip to content

Commit

Permalink
fix: use version 2.2.1 of csp_nonce_html_transformer which fixes an i…
Browse files Browse the repository at this point in the history
…ssue in the embedded wasm entrypoint where it was embedding the wasm but also fetching it over the network (#120)
  • Loading branch information
JakeChampion authored Dec 19, 2024
1 parent 9df6169 commit b56bccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__csp-nonce.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// @ts-ignore
import type { Config, Context } from "netlify:edge";
// @ts-ignore
import { csp } from "https://deno.land/x/csp_nonce_html_transformer@v2.2.0/src/index-embedded-wasm.ts";
import { csp } from "https://deno.land/x/csp_nonce_html_transformer@v2.2.1/src/index-embedded-wasm.ts";
// @ts-ignore
import inputs from "./__csp-nonce-inputs.json" assert { type: "json" };

Expand Down

0 comments on commit b56bccc

Please sign in to comment.