Skip to content

Commit

Permalink
Capture pusher#2
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Jan 16, 2024
1 parent 4c0f64d commit 37876ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ to specify them manually:

```ruby
require 'rack/headers_filter'
use Rack::HeadersFilter, trusted_headers: %[HTTP_HOST]
use Rack::HeadersFilter, trusted_headers: %w[HTTP_HOST]
```

## Development
Expand Down

0 comments on commit 37876ee

Please sign in to comment.