Actions
Bug #1442
closedPiwik on wiki.documentfoundation.org inside noscript tag is HTTP only, causes mixed content warning
Start date:
Due date:
% Done:
0%
Tags:
URL:
Description
Steps to reproduce:
1. take any modern browser
2. disable JavaScript
3. go to https://wiki.documentfoundation.org/Main_Page
Your browser will get a HTML document with a Piwik image loaded using HTTP (not HTTPS). Depending on the browser it might block these calls and/or display warnings or even errors to the user.
As a fix I suggest changing this URL to a protocol-independent URL as it is in most other places in the wiki.
Updated by Florian Effenberger about 9 years ago
- Assignee set to Dennis Roczek
Dennis, can you have a look? Thanks! :)
Updated by Dennis Roczek about 9 years ago
- Category set to Wiki
Fixed. As we can access tdfwiki only by https I changed the piwiki url directly to the https...
Thanks for reporting.
Actions