Release notes:

- CSP: Remove source expression deduplication. (@lgarron) https://github.com/github/secure_headers/pull/499
This commit is contained in:
Lucas Garron 2022-10-24 12:05:20 -07:00
Родитель b6ef2ed67a
Коммит 3adb9ba26c
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,7 @@
## 6.5.0
- CSP: Remove source expression deduplication. (@lgarron) https://github.com/github/secure_headers/pull/499
## 6.4.0
- CSP: Add support for trusted-types, require-trusted-types-for directive (@JackMc): https://github.com/github/secure_headers/pull/486

Просмотреть файл

@ -1,5 +1,5 @@
# frozen_string_literal: true
module SecureHeaders
VERSION = "6.4.0"
VERSION = "6.5.0"
end