Skip to content

Releases: netlify/plugin-csp-nonce

v1.5.1

10 Jul 17:49
48611a1
Compare
Choose a tag to compare

1.5.1 (2025-07-10)

Bug Fixes

  • replace assert syntax to be forwards compatible (#133) (813ea33)

v1.5.0

27 Mar 14:05
907fafc
Compare
Choose a tag to compare

1.5.0 (2025-03-27)

Features

  • add strictDynamic as a config option (#129) (84522aa)

v1.4.0

20 Jan 10:57
967b695
Compare
Choose a tag to compare

1.4.0 (2025-01-20)

Features

  • allow self and unsafeInline as inputs (#127) (0157428)

v1.3.9

15 Jan 16:12
649754b
Compare
Choose a tag to compare

1.3.9 (2025-01-15)

Bug Fixes

  • update to 2.2.2 of the transformer library to avoid a warning being emitted to the console (#125) (f1a0ef1)

v1.3.8

14 Jan 15:00
b8c0d28
Compare
Choose a tag to compare

1.3.8 (2025-01-14)

Bug Fixes

  • Explicitly implement error bypass behavior instead of relying on the platform (#123) (5c52f04)
  • update @netlify/build-info to v8.0.0 (#122) (10997a9)

v1.3.7

19 Dec 20:10
4f1e085
Compare
Choose a tag to compare

1.3.7 (2024-12-19)

Bug Fixes

  • 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) (b56bccc)

v1.3.6

25 Nov 15:18
9df6169
Compare
Choose a tag to compare

1.3.6 (2024-11-25)

Bug Fixes

  • use entrypoint which embeds the wasm instead of requiring it to be fetched over the network when deployed as a Netlify Edge Function (#118) (e25d4af)

v1.3.5-alpha.1

21 Nov 16:37
28ebe5c
Compare
Choose a tag to compare

1.3.5-alpha.1 (2024-11-21)

Bug Fixes

  • use version 2.1.5 of csp_nonce_html_transformer which fixes a potential race condition with importing and instantiating the wasm instance (#113) (0253179)

v1.3.5

21 Nov 20:50
d3ba543
Compare
Choose a tag to compare

1.3.5 (2024-11-21)

Miscellaneous Chores

v1.3.4-alpha.1

20 Nov 17:16
888f95b
Compare
Choose a tag to compare

1.3.4-alpha.1 (2024-11-20)

Bug Fixes