From 72e45cb02027ad0c2591f3f6c77449cdd58c1902 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 21 May 2026 13:32:32 +0000 Subject: [PATCH] Skip Babylon inspector Typekit font in test harness The Babylon.js inspector injects a Typekit stylesheet from use.typekit.net when the debug layer is shown. The page CSP only allows style-src 'self' 'unsafe-inline', so this triggers a CSP error in tests.html. The main app already suppresses this via window.BABYLON_SKIP_FONT_LOADING in index.html; apply the same flag to the test harness. https://claude.ai/code/session_01M5UWhT73wZstTixJ59thB7 --- tests/tests.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/tests.html b/tests/tests.html index 188524c4..a7bd6dfd 100644 --- a/tests/tests.html +++ b/tests/tests.html @@ -5,6 +5,11 @@ Flock Test Example +