From 914c8b2649183bda3420084baee282f13919a66e Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 21 Jan 2022 10:30:28 -0500
Subject: [PATCH] The website redirects all requests to the canonical domain
 now

So perhaps it is impossible for anyone to approach the payment server from
these other domains now.

Mostly though I want to force CI to run because whetstone is not currently
showing the pipeline status for this MR...
---
 morph/grid/production/config.json | 3 ---
 morph/grid/testing/config.json    | 1 -
 2 files changed, 4 deletions(-)

diff --git a/morph/grid/production/config.json b/morph/grid/production/config.json
index 70a3a406..8cdeaab9 100644
--- a/morph/grid/production/config.json
+++ b/morph/grid/production/config.json
@@ -15,9 +15,6 @@
 , "letsEncryptAdminEmail": "jean-paul@privatestorage.io"
 , "allowedChargeOrigins": [
     "https://private.storage"
-  , "https://www.private.storage"
-  , "https://privatestorage.io"
-  , "https://www.privatestorage.io"
   ]
 , "monitoringGoogleOAuthClientID": "802959152038-klpkk38sfnqmknn1ucg7pvs4hcc2k8ae.apps.googleusercontent.com"
 }
diff --git a/morph/grid/testing/config.json b/morph/grid/testing/config.json
index 7c3775df..ba48a27d 100644
--- a/morph/grid/testing/config.json
+++ b/morph/grid/testing/config.json
@@ -16,7 +16,6 @@
 , "allowedChargeOrigins": [
     "http://localhost:5000"
   , "https://privatestorage-staging.com"
-  , "https://www.privatestorage-staging.com"
   ]
 , "monitoringGoogleOAuthClientID": "802959152038-6esn1c6u2lm3j82lf29jvmn8s63hi8dc.apps.googleusercontent.com"
 }
-- 
GitLab