Displaying 2 results from an estimated 2 matches for "unsichere".
Did you mean:
unsicher
2019 May 22
3
HTTPS warning on developer.r-project.org
[Please CC me on replies, as I am not subscribed.]
Dear R folks,
Accessing the *R Developer Page* [1], the browser (Firefox) shows an
HTTPS warning.
The reason is the embedded Google logo.
> Gemischte (unsichere) Anzeige-Inhalte von "http://www.google.com/logos/Logo_40wht.gif" werden auf einer sicheren Seite geladen
Could you change that to an HTTPS link please?
```
$ curl -I https://www.google.com/logos/Logo_40wht.gif
HTTP/2 200
accept-ranges: bytes
content-type: image/gif
content-length: 3845...
2019 May 22
0
HTTPS warning on developer.r-project.org
...menzel at molgen.mpg.de> wrote:
>
> [Please CC me on replies, as I am not subscribed.]
>
> Dear R folks,
>
>
> Accessing the *R Developer Page* [1], the browser (Firefox) shows an HTTPS warning.
>
> The reason is the embedded Google logo.
>
>> Gemischte (unsichere) Anzeige-Inhalte von "http://www.google.com/logos/Logo_40wht.gif" werden auf einer sicheren Seite geladen
> Could you change that to an HTTPS link please?
>
> ```
> $ curl -I https://www.google.com/logos/Logo_40wht.gif
> HTTP/2 200
> accept-ranges: bytes
> content-ty...