Releases: netlify/plugin-csp-nonce
Releases · netlify/plugin-csp-nonce
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)
v1.2.13
1.2.13 (2024-11-05)
Performance Improvements
- refactor the content-type check from
startsWith("text/html")
to `=== "text/html" (#85) (6aeef74)
v1.2.12
1.2.12 (2024-11-04)
Bug Fixes
- update the config to only ever run the function for HTTP GET requests (#87) (15abadd)
v1.2.11
1.2.11 (2024-11-04)
Bug Fixes
- perf: return early if the request is not a HTTP GET (#84) (66936f9)