Announcement

Collapse
No announcement yet.

Chrome SSL and insecure content

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Chrome SSL and insecure content

    Weirdly Chrome has started labelling Google fonts as insecure content having previously been quite happy. Firefox remains happy.

    Code:
    <link href='http://fonts.googleapis.com/css?family=Cutive' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Nobile:400,700' rel='stylesheet' type='text/css'>
    <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
    Changed on Checkout pages to:

    Code:
    <link href='https://fonts.googleapis.com/css?family=Cutive' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Nobile:400,700' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700' rel='stylesheet' type='text/css'>
    Thanks
    Jonathan Chappell
    Website Designer
    SellerDeck Website Designer
    Actinic to SellerDeck upgrades
    Graphicz Limited - www.graphicz.co.uk
Working...
X