[guadec-web] Access typekit.com resources through https



commit 36df7d60b3ad9f71eee2367eb732118e77f438f8
Author: Rui Matos <tiagomatos gmail com>
Date:   Fri Jul 26 15:43:27 2013 +0200

    Access typekit.com resources through https
    
    This was the only resource being accessed through http while the
    website is all https.

 wordcamp-base/lib/utils/header.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wordcamp-base/lib/utils/header.php b/wordcamp-base/lib/utils/header.php
index 6990296..cc23d51 100644
--- a/wordcamp-base/lib/utils/header.php
+++ b/wordcamp-base/lib/utils/header.php
@@ -87,7 +87,7 @@ function wcb_typekit_scripts() {
                return;
 
        ?>
-       <script type="text/javascript" src="http://use.typekit.com/<?php echo esc_attr( $kit_id ); 
?>.js"></script>
+       <script type="text/javascript" src="https://use.typekit.com/<?php echo esc_attr( $kit_id ); 
?>.js"></script>
        <script type="text/javascript">try{Typekit.load();}catch(e){}</script>
        <?php
 }


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