Skip to content

Commit

Permalink
Merge d3b2807 into 9b2f5da
Browse files Browse the repository at this point in the history
  • Loading branch information
procommerz committed Apr 28, 2016
2 parents 9b2f5da + d3b2807 commit 79d6f93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ rack-mini-profiler is designed with production profiling in mind. To enable that
end
```

To make request authorization work, you have to add the following to your the rack-mini-profiler initializer file:

```ruby
Rack::MiniProfiler.config.authorization_mode = :whitelist
```

## Configuration

Various aspects of rack-mini-profiler's behavior can be configured when your app boots.
Expand Down

0 comments on commit 79d6f93

Please sign in to comment.