Skip to content

@next-safe/middleware@0.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 20:02
· 14 commits to main since this release

Minor Changes

  • #64 02ca36f Thanks @nibtime! - feat: ✨ Hash-based CSP with trusted proxy loader to support Firefox and Safari (fixes #63)

    • Avoids broken SRI validation of Firefox and Safari together with strict-dynamic

    • an important precursor for alternative configuration methods to middleware, that can't dynamically opt-out from strict-dynamic by user agent

  • #64 02ca36f Thanks @nibtime! - rebuild/refactor lib into many small modules with CSP manifest (fixes #40)

  • #64 02ca36f Thanks @nibtime! - feat(csp): new CspBuilder class with fluent interface for safe and easy CSP construction + manipulation