From cf35208777dd35ffaead4aacf5ceb2fc286ac692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=8B=E3=81=A3=E3=81=93=E3=81=8B=E3=82=8A?= <67428053+kakkokari-gtyih@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:49:22 +0900 Subject: [PATCH] fix(frontend-test): Update url-preview.test.ts --- packages/frontend/test/url-preview.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/test/url-preview.test.ts b/packages/frontend/test/url-preview.test.ts index 4b79d33348..b5a5337249 100644 --- a/packages/frontend/test/url-preview.test.ts +++ b/packages/frontend/test/url-preview.test.ts @@ -98,7 +98,7 @@ describe('MkUrlPreview', () => { assert.strictEqual(iframe?.src, 'https://example.local/player?autoplay=1&auto_play=1'); assert.strictEqual( iframe?.sandbox.toString(), - 'allow-popups allow-scripts allow-storage-access-by-user-activation allow-same-origin', + 'allow-popups allow-popups-to-escape-sandbox allow-scripts allow-storage-access-by-user-activation allow-same-origin', ); });