Skip to content

Releases: nelmio/NelmioSecurityBundle

2.5.1

21 Mar 14:34
2.5.1
fe1d31e
Compare
Choose a tag to compare
  • Abort CSP compiler pass when CSP is not enabled

2.5.0

21 Mar 14:31
2.5.0
e895e05
Compare
Choose a tag to compare
  • Allows matching the query parameter for clickjacking protection
  • Cleanup content type restrictable listener
  • Added Symfony 4 support
  • Added support for 'worker-src' CSP directive
  • Removed PHP 5.3 support guarantees
    F- ix CSP noise filter compiler pass registration

2.4.0

22 Jun 08:12
Compare
Choose a tag to compare
  • Deprecate calling ContentSecurityPolicyListener::getNonce without usage ('script' or 'style')
  • Added forced_ssl > redirect_status_code option to allow switching to permanent redirect (301) responses
  • Fixed HSTS header being sent even in non-secure responses unnecessarily
  • Fixed URLs with whitespace prefix not being seen as external redirects

2.3.1

17 Mar 13:44
2.3.1
5ac173e
Compare
Choose a tag to compare
  • Fix arguments for Twig extension

2.3.0

17 Mar 13:02
2.3.0
d304962
Compare
Choose a tag to compare

2.2.4

13 Feb 17:25
2.2.4
Compare
Choose a tag to compare
  • Fix exceptions thrown by Report::fromRequest

2.2.3

13 Feb 12:14
2.2.3
e12485e
Compare
Choose a tag to compare
  • Improve CSP filtering

2.2.1

07 Feb 10:26
2.2.1
8e61859
Compare
Choose a tag to compare
  • Fix dependency on UAParser

2.2.0

06 Feb 14:13
2.2.0
1df042d
Compare
Choose a tag to compare
  • Add CSP report filter
  • Fix Twig 2 support

Version 2.1.0

26 Jan 12:31
2.1.0
9699129
Compare
Choose a tag to compare
  • Add support for Referrer Policy
  • Content-Security-Policy header can now be disabled
  • Fix encrypter deprecation
  • Run the test suite on PHP 7.1
  • Run the test suite with lowest dependencies