Results 1 to 3 of 3

Thread: Insecure call to Google Fonts

  1. #1
    Thread Starter
    Expired Customer johnm's Avatar
    Join Date
    Jun 2016
    Posts
    4
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Insecure call to Google Fonts

    Some browsers have issue with making insecure calls (port:80) on a secure page (port:443)

    Line 232 of /includes/setup-theme.php includes the following:

    wp_enqueue_style ( 'googleFonts', 'http://fonts.googleapis.com...

    which could be changed to:

    wp_enqueue_style ( 'googleFonts', 'https://fonts.googleapis.com

    This will not affect port:80n sites and will stop some browsers from throwing a warning on SSL enabled sites

    Regards...John.

  2. #2
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,618
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    dimitris's Avatar
    Join Date
    Oct 2011
    Location
    Earth
    Posts
    20,618
    Thanks
    222
    Thanked 1,873 Times in 1,770 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Google Fonts
    By manchesterneko in forum Help Using HireBee
    Replies: 1
    Last Post: November 18th, 2015, 01:45 PM
  2. How to Use Google Fonts
    By pithyone in forum Help Using Vantage (Legacy)
    Replies: 1
    Last Post: May 26th, 2014, 03:48 AM
  3. Google web fonts
    By vwcamper in forum eClassify
    Replies: 1
    Last Post: May 13th, 2014, 05:27 AM
  4. Google Fonts
    By bigvibes in forum Vantage General Discussion (Legacy)
    Replies: 3
    Last Post: June 22nd, 2012, 02:22 PM
  5. Google Fonts
    By bigvibes in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: June 19th, 2012, 08:24 AM