We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The oai-harvest resultpage (https://vlo.clarin.eu/data/), generated after each harvest is generating the following mixed content warnings:
vlo.clarin.eu/:13 Mixed Content: The page at 'https://vlo.clarin.eu/data/' was loaded over HTTPS, but requested an insecure image 'http://user.clarin.eu/external/img/topleft.gif'. This content should also be served over HTTPS.
vlo.clarin.eu/:17 Mixed Content: The page at 'https://vlo.clarin.eu/data/' was loaded over HTTPS, but requested an insecure image 'http://user.clarin.eu/external/img/topright.gif'. This content should also be served over HTTPS.
Solution: use relative paths to these resources and deploy them on the correct server.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The oai-harvest resultpage (https://vlo.clarin.eu/data/), generated after each harvest is generating the following mixed content warnings:
vlo.clarin.eu/:13 Mixed Content: The page at 'https://vlo.clarin.eu/data/' was loaded over HTTPS, but requested an insecure image 'http://user.clarin.eu/external/img/topleft.gif'. This content should also be served over HTTPS.
vlo.clarin.eu/:17 Mixed Content: The page at 'https://vlo.clarin.eu/data/' was loaded over HTTPS, but requested an insecure image 'http://user.clarin.eu/external/img/topright.gif'. This content should also be served over HTTPS.
Solution: use relative paths to these resources and deploy them on the correct server.
The text was updated successfully, but these errors were encountered: