From 9fee742bb6d3e5ec058562814267e9060c4d85a6 Mon Sep 17 00:00:00 2001 From: Jonas Lukasczyk Date: Mon, 15 Jul 2024 23:24:24 +0200 Subject: [PATCH] nfdi4plants.github.io added to whitelist --- packages/main/src/security-restrictions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/main/src/security-restrictions.ts b/packages/main/src/security-restrictions.ts index 80f1b3f..c9744c7 100644 --- a/packages/main/src/security-restrictions.ts +++ b/packages/main/src/security-restrictions.ts @@ -29,6 +29,7 @@ const ALLOWED_EXTERNAL_ORIGINS = new Set<`https://${string}`>([ 'https://git.nfdi4plants.org', 'https://gitlab.nfdi4plants.de', 'https://nfdi4plants.org', + 'https://nfdi4plants.github.io', 'https://swate-alpha.nfdi4plants.org', 'https://support.nfdi4plants.org', 'https://gitlab.plantmicrobe.de',