RDFPlaygroundProject / RDFPlayground

A web interface for Linked Data courses, tailored for CC7220 "La Web de Datos" course at Universidad de Chile
Apache License 2.0
31 stars 3 forks source link

Prefix lookup not working due to mixed content #21

Open Kibubu opened 4 months ago

Kibubu commented 4 months ago

The Prefix lookup is not working due to mixed content block from the browser.

The playground uses https but requests http://prefix.cc. Since prefix.cc is also available via https this is a quick fix.