From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55753) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddGS8-0006Oz-BB for qemu-devel@nongnu.org; Thu, 03 Aug 2017 09:46:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddGS5-00068R-A7 for qemu-devel@nongnu.org; Thu, 03 Aug 2017 09:46:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38112) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ddGS5-00067a-41 for qemu-devel@nongnu.org; Thu, 03 Aug 2017 09:46:13 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id AD01D806A7 for ; Thu, 3 Aug 2017 13:46:11 +0000 (UTC) Date: Thu, 3 Aug 2017 09:46:10 -0400 From: Jeff Cody Message-ID: <20170803134610.GC1525@localhost.localdomain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] qemu-web: use https:// to access some external assets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: thuth@redhat.com, pbonzini@redhat.com On Thu, Aug 03, 2017 at 09:07:43AM -0400, Jeff Cody wrote: > Now that we are using SSL, most (all?) web browsers will by default > block loading mixed content. There are two assets that need to be > changed (Google fonts, and jquery). > > Reported-by: Thomas Huth > Signed-off-by: Jeff Cody > --- > _includes/assets.html | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/_includes/assets.html b/_includes/assets.html > index 3a526a4..826a50f 100644 > --- a/_includes/assets.html > +++ b/_includes/assets.html > @@ -2,7 +2,7 @@ > > > > - > + > > > > @@ -19,7 +19,7 @@ > > > > - > + > {% if page.colorbox %} > > > -- > 2.9.4 > Thanks for the reviews. Pushed to git.qemu.org/srv/git/qemu-web.git, and now live.