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/http
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
..
cache.rb allow for only no-store in cache-control header 2020-10-07 10:33:38 +08:00
content_disposition.rb Escape # in RFC 5987 pattern 2020-08-31 10:31:30 -04:00
content_security_policy.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
filter_parameters.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
filter_redirect.rb Use match? where we don't need MatchData 2019-07-29 14:23:10 +09:00
headers.rb Reduce String allocations while handling HTTP headers 2019-08-19 00:03:25 +09:00
mime_negotiation.rb Raise more specific exception for invalid mime type from user-agent 2020-10-07 11:49:56 -04:00
mime_type.rb Dogfooding "active_support/core_ext/symbol/starts_ends_with" 2020-05-06 14:19:25 +09:00
mime_types.rb Fix typo in mime type registering 2017-11-29 02:37:39 -05:00
parameters.rb Catch invalid UTF-8 encodings on ActionDispatch::Http::Request#POST (#40124) 2020-09-21 15:20:20 -04:00
permissions_policy.rb Use Feature-Policy header name for now 2020-11-19 16:08:09 +01:00
rack_cache.rb Use frozen string literal in actionpack/ 2017-07-29 14:02:40 +03:00
request.rb Rename HTTP Feature Policy to Permissions Policy 2020-11-14 17:31:58 +01:00
response.rb Change ActionDispatch::Response#content_type to return the full Content-Type header 2020-10-30 00:25:49 +00:00
upload.rb Restore UploadedFile compatibility with IO.copy_stream 2019-02-23 23:36:58 +01:00
url.rb Heed config.force_ssl when building URL 2020-04-05 18:19:31 -05:00