This should stop OAuth complaining when it tries to parse a mapzen callback URI of the form mapzen://osm_callback
4 lines
108 B
Ruby
4 lines
108 B
Ruby
# Allow generic URIs to use the registry format
|
|
silence_warnings do
|
|
URI::Generic::USE_REGISTRY = true
|
|
end
|