newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent
https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/
Apache License 2.0
1.2k stars 598 forks source link

disable HostAuthorization middleware for Sinatra testing #2957

Closed hannahramadan closed 1 week ago

hannahramadan commented 1 week ago

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.

github-actions[bot] commented 1 week ago

SimpleCov Report

Coverage Threshold
Line 93.87% 93%
Branch 69.76% 50%