Skip to content

Releases: frux/csp

v6.3.0

19 Dec 05:49

Choose a tag to compare

What's Changed

  • Added custom CSP string processing

New Contributors

Full Changelog: v6.2.1...v6.3.0

v6.2.1

28 Nov 16:44

Choose a tag to compare

What's Changed

  • Fixed typo in the allow-scripts constant

New Contributors

Full Changelog: v6.2.0...v6.2.1

v6.2.0

08 Oct 04:51

Choose a tag to compare

What's Changed

  • Support false as a directive value for conditional directives (for example 'script-src': [isExample && 'example.com'])

New Contributors

Full Changelog: v6.1.0...v6.2.0

v6.1.0

08 Mar 15:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

14 Nov 16:26

Choose a tag to compare

What's Changed

  • Remove "'none'" value for merged directives with multiple declarations by @milo526 in #6

New Contributors

Full Changelog: v5.2.1...v6.0.0

v5.2.1

19 Aug 16:59

Choose a tag to compare

  • Fixes
    • Some constants was not exported from express-csp-header

v5.0.0

30 May 21:06

Choose a tag to compare

Both of my CSP-related packages moved to this monorepo. This is their new home.
Also

  • synced packages so now both of them has version 5
  • refactored types (no breaking changes expected)
  • increased minimal supported NodeJs version to current LTS 10

csp-header and express-csp-header

express-csp-header

Welcome to monorepo

26 Mar 07:16

Choose a tag to compare

Welcome to monorepo Pre-release
Pre-release

Joined both of my csp-related libraries in a monorepo to make it easier to manage them.
Also

  • synced packages so now both of them has version 5
  • refactored types (no breaking changes expected)
  • increased minimal supported NodeJs version to current LTS 10