tematres / TemaTres-Vocabulary-Server

Web application for management formal representations of knowledge, like controlled vocabularies, taxonomies, thesauri and glossaries
https://vocabularyserver.com
118 stars 52 forks source link

https protocol - Language files #69

Closed horus68 closed 2 years ago

horus68 commented 2 years ago

Update Tematres URL to https protocol in language files.

Note: I only fixed the language files. There are lots of http:// URL to external sites in many code core files. To avoid having "mixed content" alertes in browser console (also slow down navigation), you should update the other URLs. First check if those sites respond to https request!

Info: mixed content error the request has been blocked because it requested an insecure http resource https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content/How_to_fix_website_with_mixed_content

Solucionar el contenido mixto https://web.dev/i18n/es/fixing-mixed-content/

tematres commented 2 years ago

HI @horus68 :), I'm looking for reference to mixed content in the code core, but all the reference are in comments or links to derive to external site (ex: the links to search in external site with tematres terms). There are one function (doArrayDatosTesauro() ) with "http" fixed code. As far as i understand the problem of mixed content is relevant in use of external libraries (CSS, JS) for embedded contents. is it OK? many thanks :) (sorry about my english :/ )

horus68 commented 2 years ago

As far as i understand the problem of mixed content is relevant in use of external libraries (CSS, JS) for embedded contents. is it OK?

True (external libraries and images), I had only searched for "http:" and didn't looked if those are in comments or not!

tematres commented 2 years ago

:) perfecto! :)