Clean Blog: Please move includes to https

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Clean Blog: Please move includes to https

Post by Lux »

Hi Don,

I like your theme very much.

Since I migrate all blogs to use https, I like you to migrate the "includes" to https as well:

Code: Select all

<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600,800|Lora:400,400italic' rel='stylesheet' type='text/css'>
Would it be possible to do so?

Cheers

Dirk

P.S.: This applies to any other template as well.
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Clean Blog: Please move includes to https

Post by Don Chambers »

Thanks Dirk. I am pleased you like the theme. I have a handful of minor changes I need to make to Clean Blog anyway, so I could consider your suggestion as well.

May I ask why you prefer https for bootstrap and google fonts?
=Don=
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Clean Blog: Please move includes to https

Post by Lux »

Don Chambers wrote:May I ask why you prefer https for bootstrap and google fonts?
Yes sure.

Webbrowsers give a warning message that some parts of the website are not encrypted.

See: https://podcast.deimeke.net/

Cheers

Dirk
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Clean Blog: Please move includes to https

Post by Don Chambers »

What if there were no http nor https? I see the bootstrap css does not use either. Would that help?

Also, isn't this something you could do via htaccess?
=Don=
yellowled
Regular
Posts: 7111
Joined: Fri Jan 13, 2006 11:46 am
Location: Eutin, Germany
Contact:

Re: Clean Blog: Please move includes to https

Post by yellowled »

If the Bootstrap CDN ships the files via https (they do), you should reference them via https. There really is no reason not to. Also, there is no reason to use the “protocol-relative URL” (just “//”) any longer, if I understand Paul Irish correctly (see “Update”).

YL
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Clean Blog: Please move includes to https

Post by Don Chambers »

Sounds good to me too. I will make the change when I change a few other minor things.
=Don=
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Clean Blog: Please move includes to https

Post by Lux »

Don Chambers wrote:Sounds good to me too. I will make the change when I change a few other minor things.
Thank you, Don!

Cheers

Dirk
Harald Weingaertner
Regular
Posts: 474
Joined: Mon Mar 27, 2006 12:32 am

Re: Clean Blog: Please move includes to https

Post by Harald Weingaertner »

Hi Don, glad to hear, that you plan some changes :)

Do you think, you could throw an eye on this, before finishing the changes: http://board.s9y.org/viewtopic.php?f=5&t=20338&start=31 ? :-) Maybe one of the things find a way into the next version.

Also i love your Top Navigation in Kinetic, with the Sub-Navigations. Maybe it is also possible to add this on Clean-Blog. For me this is the best theme currently for a kind of diary blog.

Best regards, Harald
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: Clean Blog: Please move includes to https

Post by Don Chambers »

Hi Harald. I will review the other forum posts. However, changes easily accomplished by a user with minimal css or tpl modifications are not necessarily going to find their way into a theme's options.

I do not anticipate adding sub-navigation to Clean Blog because I do not think it works well with that theme's concept of simplicity.

I do, however, think sub-navigation would be nice to have in future themes and/or the core. It is really easy to add to any theme - the code could be copied directly from Kinetic.
=Don=
Lux
Regular
Posts: 764
Joined: Fri Aug 12, 2005 4:36 pm
Location: Grüt, Zürich, Switzerland
Contact:

Re: Clean Blog: Please move includes to https

Post by Lux »

Lux wrote:Since I migrate all blogs to use https, I like you to migrate the "includes" to https as well:

Code: Select all

<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600,800|Lora:400,400italic' rel='stylesheet' type='text/css'>
Any news on this?

Cheers

Dirk
Post Reply