We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931d2a8 commit cba3749Copy full SHA for cba3749
actionpack/CHANGELOG.md
@@ -1,13 +1,5 @@
1
-* Add `:wasm_unsafe_eval` mapping for `content_security_policy`
+* Add `display_capture` and `keyboard_map` in `permissions_policy`
2
3
- ```ruby
4
- # Before
5
- policy.script_src "'wasm-unsafe-eval'"
6
-
7
- # After
8
- policy.script_src :wasm_unsafe_eval
9
- ```
10
11
- *Joe Haig*
+ *Cyril Blaecke*
12
13
Please check [7-2-stable](https://github.com/rails/rails/blob/7-2-stable/actionpack/CHANGELOG.md) for previous changes.
0 commit comments