From patchwork Thu Aug 3 13:07:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Cody X-Patchwork-Id: 797198 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=nongnu.org (client-ip=2001:4830:134:3::11; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xNVjm4MV5z9s8V for ; Thu, 3 Aug 2017 23:08:28 +1000 (AEST) Received: from localhost ([::1]:41096 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddFrW-0004Zj-8W for incoming@patchwork.ozlabs.org; Thu, 03 Aug 2017 09:08:26 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50332) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddFr5-0004Xv-En for qemu-devel@nongnu.org; Thu, 03 Aug 2017 09:08:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddFr1-0004Wt-Fq for qemu-devel@nongnu.org; Thu, 03 Aug 2017 09:07:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7270) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ddFr1-0004Un-9H for qemu-devel@nongnu.org; Thu, 03 Aug 2017 09:07:55 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5A9326E800 for ; Thu, 3 Aug 2017 13:07:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 5A9326E800 Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx02.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=jcody@redhat.com Received: from localhost (ovpn-116-54.phx2.redhat.com [10.3.116.54]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C97627E0BF; Thu, 3 Aug 2017 13:07:43 +0000 (UTC) From: Jeff Cody To: qemu-devel@nongnu.org Date: Thu, 3 Aug 2017 09:07:43 -0400 Message-Id: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 03 Aug 2017 13:07:54 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] qemu-web: use https:// to access some external assets X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: pbonzini@redhat.com, thuth@redhat.com Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" 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 Reviewed-by: Paolo Bonzini Reviewed-by: Thomas Huth --- _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 %}