1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Prefix config setting name with config. [ci-skip]

This commit is contained in:
Jonathan Hefner 2022-01-11 21:06:07 -06:00
parent 0638d35a78
commit 90e0b2b151

View file

@ -61,7 +61,7 @@ Below are the default values associated with each target version. In cases of co
#### Default Values for Target Version 7.1
- [`config.action_dispatch.default_headers`](#config-action-dispatch-default-headers): `{ "X-Frame-Options" => "SAMEORIGIN", "X-XSS-Protection" => "0", "X-Content-Type-Options" => "nosniff", "X-Permitted-Cross-Domain-Policies" => "none", "Referrer-Policy" => "strict-origin-when-cross-origin" }`
- [`add_autoload_paths_to_load_path`](#config-add-autoload-paths-to-load-path): `false`
- [`config.add_autoload_paths_to_load_path`](#config-add-autoload-paths-to-load-path): `false`
#### Default Values for Target Version 7.0