]> git.openstreetmap.org Git - rails.git/blob - config/initializers/uri.rb
Add passthrough of new `locale`, `maprules`, and `presets` URL hash parameters to iD
[rails.git] / config / initializers / uri.rb
1 # Allow generic URIs to use the registry format
2 silence_warnings do
3   URI::Generic::USE_REGISTRY = true
4 end