rails/actionpack/test
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 Do not always mark the default translation as html safe 2024-02-27 01:36:40 +00:00
assertions Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
controller ActionPack: fix BrowserBlocker versions 2024-05-24 19:50:05 +00:00
dispatch Add CSP mapping for 'wasm-unsafe-eval' 2024-05-28 18:39:48 +00:00
fixtures Address RendererTest#test_rendering_with_a_class_renderer failure against Ruby 3.4.0dev 2024-03-21 07:08:38 +09:00
journey Use expected casing for x-cascade headers in router 2023-07-28 16:17:08 -04:00
lib Include layout when rendering objects from controllers 2020-10-14 11:49:45 -06:00
routing Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
support Introduce Journey::Ast to avoid extra ast walks 2021-07-29 16:23:11 -04:00
abstract_unit.rb Make with_routing test helper work for integration tests 2023-11-23 22:10:45 -06:00