File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- ## 4.x
1+ ## 4.0.1
2+
3+ - Adds support for ` worker-src ` CSP directive to 4.x line (https://github.com/twitter/secureheaders/pull/364 )
4+
5+ ## 4.0
26
37- See the [ upgrading to 4.0] ( upgrading-to-4-0.md ) guide. Lots of breaking changes.
48
9+ ## 3.7.2
10+
11+ - Adds support for ` worker-src ` CSP directive to 3.x line (https://github.com/twitter/secureheaders/pull/364 )
12+
513## 3.7.1
614
715Fix support for the sandbox attribute of CSP. ` true ` and ` [] ` represent the maximally restricted policy (` sandbox; ` ) and validate other values.
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33Gem ::Specification . new do |gem |
44 gem . name = "secure_headers"
5- gem . version = "4.0.0 "
5+ gem . version = "4.0.1 "
66 gem . authors = [ "Neil Matatall" ]
7788 gem . description = "Manages application of security headers with many safe defaults."
You can’t perform that action at this time.
0 commit comments