From b20ff12977cd427be78467e75c4ba9e75fd38510 Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Mon, 28 Oct 2024 12:50:46 +0100 Subject: [PATCH] chore: allow redocly images through termly (#1931) --- 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", } ` },