Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8E623DDE1 for ; Thu, 25 Oct 2012 13:07:09 +0000 (UTC) Received: (qmail 63152 invoked by uid 500); 25 Oct 2012 13:07:09 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 62988 invoked by uid 500); 25 Oct 2012 13:07:08 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 62963 invoked by uid 99); 25 Oct 2012 13:07:08 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Oct 2012 13:07:08 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E4F194F64B; Thu, 25 Oct 2012 13:07:07 +0000 (UTC) From: darobin To: dev@couchdb.apache.org Subject: couchdb pull request: disallow https for remote loading as well Content-Type: text/plain Message-Id: <20121025130707.E4F194F64B@tyr.zones.apache.org> Date: Thu, 25 Oct 2012 13:07:07 +0000 (UTC) GitHub user darobin opened a pull request: https://github.com/apache/couchdb/pull/36 disallow https for remote loading as well If we want to prevent remote loading, blocking https is a good idea too. You can merge this pull request into a Git repository by running: $ git pull https://github.com/darobin/couchdb disallow-more Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb/pull/36.patch ---- commit 72b62143ecd804d28e39bdbc749ba0af5319b08d Author: Robin Berjon Date: 2012-10-25T06:06:06-07:00 disallow https for remote loading as well ----