mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added CSP as major feature [ci skip]
This commit is contained in:
parent
c30c434527
commit
3f89a05c45
1 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@ Highlights in Rails 5.2:
|
|||
* Redis Cache Store
|
||||
* HTTP/2 Early hints support
|
||||
* Credentials
|
||||
* Default Content Security Policy
|
||||
|
||||
These release notes cover only the major changes. To learn about various bug
|
||||
fixes and changes, please refer to the change logs or check out the [list of
|
||||
|
@ -48,6 +49,10 @@ Major Features
|
|||
[Pull Request](https://github.com/rails/rails/pull/30067)
|
||||
|
||||
|
||||
### Default Content Security Policy
|
||||
|
||||
[Pull Request](https://github.com/rails/rails/pull/31162)
|
||||
|
||||
Incompatibilities
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue