diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbe6eb8..30624a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Changed + +- **CSP inline script elimination**: Moved inline scripts to external files; + only the import map remains inline with a CSP nonce, eliminating Safari CSP + false-positive violations. + ## [0.8.8] - 2026-02-11 ### Changed diff --git a/crates/gateway/src/assets/index.html b/crates/gateway/src/assets/index.html index 7272e7ce..4cfbcbda 100644 --- a/crates/gateway/src/assets/index.html +++ b/crates/gateway/src/assets/index.html @@ -16,7 +16,7 @@ - +