Releases: netlify/plugin-csp-nonce
Releases · netlify/plugin-csp-nonce
v1.3.8
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
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
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
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
1.3.5 (2024-11-21)
Miscellaneous Chores
v1.3.3-alpha.1
Bug Fixes
- context.next defaults to the request object that is passed in (#109) (4e17183)
v1.3.1-alpha.1
Bug Fixes
- refactor: use csp_nonce_html_transformer library (#96) (abefa61)
Miscellaneous Chores
v1.3.0
1.3.0 (2024-11-05)
Features
- Do not invoke the CSP Edge Function for Netlify Image CDN requests (#90) (410862e)