1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
Petrik 2e079154a8 Use Feature-Policy header name for now
In 90e710d767 the FeaturePolicy middleware
was renamed to PermissionsPolicy as this will be new name of the header
as used by browsers.
The Permissions-Policy header requires a different implementation and
isn't yet supported by all browsers. To avoid having to rename the
middleware in the future, we keep the new name for the Middleware, but
use the old implementation and header name.
2020-11-19 16:08:09 +01:00
..
http Use Feature-Policy header name for now 2020-11-19 16:08:09 +01:00
journey
middleware Display exception messages using simple_format for a better and clearer 2020-11-09 21:48:24 +00:00
request
routing Fix deprecation will be removed version s/Rails 6.1/Rails 6.2/ 2020-10-30 10:11:29 +09:00
system_testing
testing
journey.rb
railtie.rb
routing.rb
system_test_case.rb