alexandersimoes / oec

The website powering the Observatory of Economic Complexity
atlas.media.mit.edu
159 stars 52 forks source link

Mixed content in api page #211

Open hueftlein opened 6 years ago

hueftlein commented 6 years ago

Search forms on the api page don't work, because the site is trying to load the js files http://atlaslegacy.media.mit.edu/static/js/libs/jquery/jquery-1.7.1.min.js and http://atlaslegacy.media.mit.edu/static/js/libs/typeahead.min.js via the fixed "http://" protocol, while the site itself is served via https. This leads to not loading the js files because of mixed content security policies on most modern browsers.