Skip to content

Fixes for mixed content in TRAPpy's homepage

Javi Merino requested to merge github/fork/JaviMerino/gh-pages into gh-pages

TRAPpy's homepage doesn't load correctly in some browsers (eg. Firefox) because of the main page being served over https while some scripts are loaded over an http connection. Move what we can to https to avoid problems.

Merge request reports