diff --git a/morph/grid/production/config.json b/morph/grid/production/config.json
index 70a3a4062943ea6fd9fdb4c1d2ae615225c125a9..8cdeaab993fd894783953e7c8f51cd9ea3bed96d 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 7c3775df55ce76cf6048712e644a3f2669b6f07c..ba48a27deea9d35150b1834727b659e4972bd2e5 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"
 }