mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-04-30 03:07:30 +09:00
oops
This commit is contained in:
parent
f9bb67638e
commit
6c7bfa8ff1
@ -298,7 +298,7 @@ describe("oEmbed", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('allows safelisted permissions', async () => {
|
test('allows safelisted permissions', async () => {
|
||||||
await setUpFastify('oembed-allow-safelisted-features.json');
|
await setUpFastify('oembed-allow-safelisted-permissions.json');
|
||||||
const summary = await summaly(host);
|
const summary = await summaly(host);
|
||||||
expect(summary.player.url).toBe('https://example.com/');
|
expect(summary.player.url).toBe('https://example.com/');
|
||||||
expect(summary.player.allow).toStrictEqual([
|
expect(summary.player.allow).toStrictEqual([
|
||||||
@ -308,7 +308,7 @@ describe("oEmbed", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('ignores rare permissions', async () => {
|
test('ignores rare permissions', async () => {
|
||||||
await setUpFastify('oembed-ignore-rare-features.json');
|
await setUpFastify('oembed-ignore-rare-permissions.json');
|
||||||
const summary = await summaly(host);
|
const summary = await summaly(host);
|
||||||
expect(summary.player.url).toBe('https://example.com/');
|
expect(summary.player.url).toBe('https://example.com/');
|
||||||
expect(summary.player.allow).toStrictEqual(['autoplay']);
|
expect(summary.player.allow).toStrictEqual(['autoplay']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user