rails/actionpack/lib
Joe Haig 10dc425e8e
Add CSP mapping for 'wasm-unsafe-eval'
The `'wasm-unsafe-eval'` keyword for the Content Security Policy allows the
loading and execution of WebAssembly modules without the need to allow unsafe
JavaScript execution via `'unsafe-eval'`. A mapping is added so that the symbol
`:wasm_unsafe_evel` can be used for this keyword in the policy configuration in
`config/initializers/content_security_policy.rb`.
2024-05-28 18:39:48 +00:00
..
abstract_controller Update comments for helper method generation 2024-04-22 22:14:42 +09:00
action_controller ActionPack: fix BrowserBlocker versions 2024-05-24 19:50:05 +00:00
action_dispatch Add CSP mapping for 'wasm-unsafe-eval' 2024-05-28 18:39:48 +00:00
action_pack Development of Rails 8.0 starts now 2024-05-13 16:45:20 +00:00
abstract_controller.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
action_controller.rb Add autoload for ActionController::TestRequest 2024-02-14 23:42:31 +00:00
action_dispatch.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
action_pack.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00