diff options
| author | かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> | 2025-02-11 12:49:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 12:49:22 +0900 |
| commit | cf35208777dd35ffaead4aacf5ceb2fc286ac692 (patch) | |
| tree | 8d88429b0bace0d2ac8aaaaf29b5a2ec96dcd60b /packages/frontend/test | |
| parent | fix(frontend): 埋め込みiframeから外部ページに移動できない... (diff) | |
| download | sharkey-cf35208777dd35ffaead4aacf5ceb2fc286ac692.tar.gz sharkey-cf35208777dd35ffaead4aacf5ceb2fc286ac692.tar.bz2 sharkey-cf35208777dd35ffaead4aacf5ceb2fc286ac692.zip | |
fix(frontend-test): Update url-preview.test.ts
Diffstat (limited to 'packages/frontend/test')
| -rw-r--r-- | packages/frontend/test/url-preview.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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', ); }); |