Skip to content

Releases: nswdpc/silverstripe-csp

v1.0.1

01 Nov 00:54
e146b23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Mar 03:40
4031e57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v1.0.0

v0.4.4

28 Mar 03:40
5ef01c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

24 Aug 04:32
73a6a23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.3-rc1

21 Jul 04:18
73a6a23
Compare
Choose a tag to compare
v0.4.3-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.2...v0.4.3-rc1

v0.4.2

29 Mar 04:01
17385f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

23 Mar 01:32
52e1e85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

16 Dec 03:11
2e22cdc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

16 Dec 03:04
7b7d4ed
Compare
Choose a tag to compare

What's Changed

Nonce handling

  • The current nonce value is now created and retrieved via Nonce::getNonce()

Full Changelog: v0.3.0...v0.3.1

v0.3.0

08 Apr 08:15
f56f6a3
Compare
Choose a tag to compare

Changes

This update moves nonce application into a requirements backend by default, avoiding the need to process the HTTPResponse body via DOMDocument.

  • Refactor and improve nonce creation and application
  • The default method of applying nonces is via an injected requirements backend
  • The middleware option is still available (see Policy.nonce_injection_method = 'middleware' )
  • Default nonce length is reduced to the minimum 16 chrs
  • Add tests to suit
  • Update documentation to suit