cusbg / prankweb

Web application for protein-ligand binding sites analysis and visualization
https://prankweb.cz
Apache License 2.0
7 stars 3 forks source link

Use of HTTPS resources #21

Closed skodapetr closed 3 years ago

skodapetr commented 3 years ago

Even if the web is running on HTTPS it is fetching (jQuery UI, ...) resources from HTTP, this make the site "unsafe". In order to fix this we need to update the dependencies .

Protael - http://sanshu.github.io/protaelweb/getting-started.html

skodapetr commented 3 years ago

Seems like there is no warning as of now, we should update the dependencies later on but that is a different issue.