-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox says search page is not secure #253
Comments
Could be the images fixed on this commit: fec9a7c? |
Yes. You are right. Hadn't pulled that commit yet. Closing as invalid since already fixed in #213. |
Still appears on my VM after pulling in the changes and deploying. @emanueldima can you verify this on your VM? |
Indeed, my Chrome also reports the same problem. I suspect it's because the html snippet for each record is cached (if I'm not wrong it's in the database, table bibfmt) and keeps the old img references. I don't know whether this cache is refreshed if we delete it. |
Firefox complains/warns about the /search page not being secure when using HTTPS.
"Connection Partially Encrypted" ... "contains unencrypted elements".
Looking at the source code this seems to be because of icon images using HTTP. The URLs should be changed to relative.
The text was updated successfully, but these errors were encountered: