openstreetmap-website/config/initializers/uri.rb
Tom Hughes 3f5374901e Allow generic URIs to use the registry format
This should stop OAuth complaining when it tries to parse a mapzen
callback URI of the form mapzen://osm_callback
2011-12-13 10:45:40 +00:00

4 lines
108 B
Ruby

# Allow generic URIs to use the registry format
silence_warnings do
URI::Generic::USE_REGISTRY = true
end