mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Add securing rails app guide link to credential section
* In 5.2 release note, added [securing rails app guide](http://edgeguides.rubyonrails.org/security.html#custom-credentials) link to [credentials section](http://edgeguides.rubyonrails.org/5_2_release_notes.html#credentials).
This commit is contained in:
parent
457312f54f
commit
b72dc84ba5
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ secrets introduced in Rails 5.1.
|
|||
Furthermore, Rails 5.2
|
||||
[opens API underlying Credentials](https://github.com/rails/rails/pull/30940),
|
||||
so you can easily deal with other encrypted configurations, keys, and files.
|
||||
You can read more about this in the
|
||||
[Securing Rails Applications](security.html#custom-credentials)
|
||||
guide.
|
||||
|
||||
### Content Security Policy
|
||||
|
||||
|
|
Loading…
Reference in a new issue