GNOME Bugzilla – Bug 780637
OSM edit dialog wiki links should use HTTPS
Last modified: 2017-03-28 19:43:27 UTC
In the OpenStreetMap edit dialog, editable fields can optionally show a link to the OpenStreetMap wiki about that feature. This link currently uses HTTP, but we should probably use HTTPS. The base URL used for constructing these links can be seen here: https://git.gnome.org/browse/gnome-maps/tree/src/osmEditDialog.js#n58 Fixing this should only be a matter of changing that base URL template to use https://
Created attachment 348885 [details] [review] OSM edit dialog wiki links should use HTTPS
Review of attachment 348885 [details] [review]: LGTM
Thanks for the patch! BTW, I edited the commit message slightly. So that the header line follows the "module: Short description of change" pattern.