You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Mark Thomas (JIRA)" <ji...@apache.org> on 2014/02/25 10:17:19 UTC

[jira] [Comment Edited] (CB-4561) https://cordova.apache.org serves CSS through http://

    [ https://issues.apache.org/jira/browse/CB-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911410#comment-13911410 ] 

Mark Thomas edited comment on CB-4561 at 2/25/14 9:15 AM:
----------------------------------------------------------

The following patch should fix this.

{noformat}
Index: _config.yml
===================================================================
--- _config.yml (revision 1571617)
+++ _config.yml (working copy)
@@ -1,4 +1,4 @@
-baseurl: http://cordova.apache.org
+baseurl: //cordova.apache.org
 name: Apache Cordova
 description: Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.
 source:      www
{noformat}

A quick test with rake serve on people.a.o looks OK.

If it helps, I can commit and apply this but as I'm not a Cordova committer I won't commit anything without a Cordova commiter's say so.


was (Author: markt):
{noformat}
Index: _config.yml
===================================================================
--- _config.yml (revision 1571617)
+++ _config.yml (working copy)
@@ -1,4 +1,4 @@
-baseurl: http://cordova.apache.org
+baseurl: //cordova.apache.org
 name: Apache Cordova
 description: Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.
 source:      www
{noformat}

> https://cordova.apache.org serves CSS through http:// 
> ------------------------------------------------------
>
>                 Key: CB-4561
>                 URL: https://issues.apache.org/jira/browse/CB-4561
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Website
>            Reporter: Santiago M. Mola
>            Priority: Minor
>
> https://cordova.apache.org serves CSS through http:// which makes the site appear unstyled in some browsers (e.g. Google Chrome).
> Note that for users of HTTPS Everywhere and similar extensions, the HTTPS version of the site will be accessed by default.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)