File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 2.4.2
1+ 2.6.1
Original file line number Diff line number Diff line change 1+ ## 6.1
2+
3+ Adds support for navigate-to, prefetch-src, and require-sri-for #395
4+
15## 6.0
26
37- See the [ upgrading to 6.0] ( docs/upgrading-to-6-0.md ) guide for the breaking changes.
Original file line number Diff line number Diff line change 1+ module SecureHeaders
2+ VERSION = "6.1.0"
3+ end
Original file line number Diff line number Diff line change 1+ lib = File . expand_path ( "../lib" , __FILE__ )
2+ $LOAD_PATH. unshift ( lib ) unless $LOAD_PATH. include? ( lib )
3+ require "secure_headers/version"
4+
15# -*- encoding: utf-8 -*-
26# frozen_string_literal: true
37Gem ::Specification . new do |gem |
48 gem . name = "secure_headers"
5- gem . version = "6.0.0"
9+ gem . version = SecureHeaders :: VERSION
610 gem . authors = [ "Neil Matatall" ]
711 gem . email = [ "neil.matatall@gmail.com" ]
812 gem . description = "Manages application of security headers with many safe defaults."
You can’t perform that action at this time.
0 commit comments