All links.ui hypermedia links generated in the models use a hardcoded http://
scheme instead of https://, which is incorrect for production portals
(AgroPortal, StagePortal) that are served over HTTPS.
|
LinkedData::Hypermedia::Link.new("ui", lambda {|s| "http://#{LinkedData.settings.ui_host}/ontologies/#{s.acronym}"}, self.uri_type) |
All
links.uihypermedia links generated in the models use a hardcodedhttp://scheme instead of
https://, which is incorrect for production portals(AgroPortal, StagePortal) that are served over HTTPS.
ontologies_linked_data/lib/ontologies_linked_data/models/ontology.rb
Line 83 in 5e6bc03