From 09aae5cc6f2461c09245c471e8355737c63044a1 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Fri, 25 Oct 2024 12:03:32 +0200 Subject: [PATCH] chore: allow redocly images through termly --- src/plugins/analytics/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/analytics/index.js b/src/plugins/analytics/index.js index 209ef8d1a..2a8c13da5 100644 --- a/src/plugins/analytics/index.js +++ b/src/plugins/analytics/index.js @@ -11,6 +11,7 @@ module.exports = function (context) { window.TERMLY_CUSTOM_BLOCKING_MAP = { "sqa-web.ory.sh": "essential", "static.reo.dev": "analytics", + "cdn.redoc.ly": "essential", } ` },