Sinatra 4.1.0 introduced a new host_authorization setting that requires app creators to determine if a header value can be trusted - https://github.com/sinatra/sinatra/pull/2053
This change requires an update to the Sinatra test apps we've built for testing.
Sinatra 4.1.0 introduced a new
host_authorization
setting that requires app creators to determine if a header value can be trusted - https://github.com/sinatra/sinatra/pull/2053This change requires an update to the Sinatra test apps we've built for testing.