Skip to content

Commit

Permalink
bump to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oreoshake committed Apr 25, 2017
1 parent d9bed91 commit dc972de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.6.3

Remove deprecation warning when setting `frame-src`. It is no longer deprecated.

## 3.6.2

Now that Safari 10 supports nonces and it appears to work, enable the nonce feature for safari.
Expand Down
4 changes: 2 additions & 2 deletions secure_headers.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
gem.name = "secure_headers"
gem.version = "3.6.2"
gem.version = "3.6.3"
gem.authors = ["Neil Matatall"]
gem.email = ["neil.matatall@gmail.com"]
gem.description = 'Security related headers all in one gem.'
gem.description = 'Manages application of security headers with many safe defaults.'
gem.summary = 'Add easily configured security headers to responses
including content-security-policy, x-frame-options,
strict-transport-security, etc.'
Expand Down

0 comments on commit dc972de

Please sign in to comment.