rails/actionpack/lib/action_dispatch
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
..
http Add CSP mapping for 'wasm-unsafe-eval' 2024-05-28 18:39:48 +00:00
journey Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
middleware fix colspan for HtmlTableFormatter and dynamic search for routes 2024-05-24 11:49:36 +05:00
request Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
routing Merge pull request #51874 from stiig/fix-colspan-for-rails-routes 2024-05-24 15:47:05 -04:00
system_testing Enable Lint/Debugger 2024-05-13 13:41:18 +09:00
testing Revert "Merge pull request #51614 from gmcgibbon/defer_route_drawing" 2024-05-24 09:59:41 -04:00
constants.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
deprecator.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
journey.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
log_subscriber.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
railtie.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
routing.rb Transform actionpack documentation to Markdown 2024-02-09 22:28:15 +00:00
system_test_case.rb Generate a .devcontainer folder and its contents when creating a new app. 2024-02-14 20:59:48 +00:00