Dear Linux-MM folks,
Securely accessing the MM Web site [1], the browser currently displays a
warning sign. Looking at the network traffic with the development tools,
the culprit is the URL below, which is embedded with HTTP and not HTTPS.
> http://s7.addthis.com/button1-share.gif
This file is available over HTTPS too.
```
$ curl -I http://s7.addthis.com/button1-share.gif
HTTP/1.1 200 OK
Date: Tue, 29 Nov 2016 15:22:15 GMT
Content-Type: image/gif
Content-Length: 605
Connection: keep-alive
Last-Modified: Tue, 17 May 2016 17:16:09 GMT
ETag: "25d-5330ce5b45578"
Timing-Allow-Origin: *
Surrogate-Key: client_dist
CF-Cache-Status: HIT
Accept-Ranges: bytes
X-Host: s7.addthis.com
Server: cloudflare-nginx
CF-RAY: 30970dd3e0482d35-TXL
```
I already created a user account on the Web site, but I am unable to
edit the template. Please tell me how I can do that, or contact the Web
masters.
Kind regards,
Paul Menzel
[1] https://linux-mm.org
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@xxxxxxxxx. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>