aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
authorYaroslav Markin <yaroslav@markin.net>2018-04-17 18:05:12 +0300
committerYaroslav Markin <yaroslav@markin.net>2018-04-17 22:50:33 +0300
commit47013a7126a92e1f2890b68e0fd2e7ba1b77c97c (patch)
tree5937c8dc7c20e8d620b9f12f89bcb6f4a152bea7 /actionview/CHANGELOG.md
parent15d7fb90cc9e783b4b925246f22d4c41c7fc447b (diff)
downloadrails-47013a7126a92e1f2890b68e0fd2e7ba1b77c97c.tar.gz
rails-47013a7126a92e1f2890b68e0fd2e7ba1b77c97c.tar.bz2
rails-47013a7126a92e1f2890b68e0fd2e7ba1b77c97c.zip
Add the `nonce: true` option for `javascript_include_tag` helper.
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 6bb1efb0ac..d833f9cd98 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Add the `nonce: true` option for `javascript_include_tag` helper to
+ support automatic nonce generation for Content Security Policy.
+ Works the same way as `javascript_tag nonce: true` does.
+
+ *Yaroslav Markin*
+
* Remove `ActionView::Helpers::RecordTagHelper`.
*Yoshiyuki Hirano*