]> git.openstreetmap.org Git - rails.git/blob - config/initializers/better_errors.rb
Fix heatmap not appearing when first day of the week is a Sunday
[rails.git] / config / initializers / better_errors.rb
1 ENV.fetch("TRUSTED_IPS", "").split.each do |ip|
2   BetterErrors::Middleware.allow_ip! ip
3 end