From e77af34bbdd9dda750d6316072a09cb664345411 Mon Sep 17 00:00:00 2001 From: Hannes Hertach Date: Tue, 24 Mar 2026 10:43:58 +0100 Subject: [PATCH] fix: revert adding demo repo --- src/utils/constants.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/constants.js b/src/utils/constants.js index 25b3d343..45baf5bf 100644 --- a/src/utils/constants.js +++ b/src/utils/constants.js @@ -18,7 +18,6 @@ export const TRUSTED_ORIGINS = [ export const TRUSTED_ORIGINS_PATTERNS = [ /^https:\/\/[a-zA-Z0-9]+--da-live--adobe\.aem\.(live|page)$/, - /^https:\/\/main--exp-workspace--hannessolo\.aem\.(live|page)$/, // TODO temp for demo, remove ]; /**