Skip to content
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

Disease mappings content not loaded #2

Open
matentzn opened this issue Nov 3, 2022 · 2 comments
Open

Disease mappings content not loaded #2

matentzn opened this issue Nov 3, 2022 · 2 comments
Assignees

Comments

@matentzn
Copy link
Contributor

matentzn commented Nov 3, 2022

Disease mapping content not loaded.. Maybe the problem is with the fact that http URLs are used?

image

Tragic. Annoying.

@souzadevinicius
Copy link
Collaborator

souzadevinicius commented Nov 3, 2022

Modern browsers don't allow mixed content (some resources from HTTPS and others from HTTP)
The ideal scenario is to serve the URL mentioned in the HTTPS context.

More info about this error:

What is mixed content and what are the risks?
HTTP is a system for transmitting information from a web server to your browser. HTTP is not secure, so when you visit a page served over HTTP, your connection is open for eavesdropping and man-in-the-middle attacks. Most websites are served over HTTP because they don't involve passing sensitive information back and forth and do not need to be secured.

When you visit a page fully transmitted over HTTPS, such as your bank, you'll see a padlock icon Fx89Padlock in the address bar (for details, see How do I tell if my connection to a website is secure?). This means that your connection is authenticated and encrypted, and thus safeguarded from both eavesdroppers and man-in-the-middle attacks.

However, if the HTTPS page you visit includes HTTP content, the HTTP portion can be read or modified by attackers, even though the main page is served over HTTPS. When an HTTPS page has HTTP content, we call that content “mixed”. The page you are visiting is only partially encrypted and even though it appears to be secure, it isn't. For more information about mixed content (active and passive), see this blog post.

@matentzn
Copy link
Contributor Author

Will be solved by #4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants