octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OF] switch to https


From: Carnë Draug
Subject: Re: [OF] switch to https
Date: Thu, 8 Dec 2016 21:20:25 +0000

On 7 December 2016 at 06:31, Oliver Heimlich <address@hidden> wrote:
> On 05.12.2016 07:37, Oliver Heimlich wrote:
>> I observe a redirect from http://octave.sourceforge.net/… to
>> https://octave.sourceforge.io/…
>>
>> Also, I get a browser warning, because the website loads the sourceforge
>> logo via http not https.
>
> I suggest to replace all urls on the OF website that point to
> http://(downloads.)?sourceforge.net(.*) by urls that point to
> //$1sourceforge.net$2
>
> Any objections? Do we have scripts in Octave which parse these urls and
> require the scheme as part of the url? Should we only fix the urls of
> the sourceforge logo to prevent browser warnings?
>
> Best
> Oliver

It is done now:

    $ find htdocs/ -type f -print0 | xargs -0 \
      sed -i 's,http://sourceforge.net,https://sourceforge.net,'
    $ find htdocs/ -type f -print0 | xargs -0 \
      sed -i 's,http://octave.sourceforge.net,https://octave.sourceforge.io,'

However, I believe that some changes will be required on the generate_html
package as well.

Carnë



reply via email to

[Prev in Thread] Current Thread [Next in Thread]