mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 15:06:55 +00:00
parent
b2c24fab4f
commit
0c7a73e716
@ -16,8 +16,6 @@ test.each`
|
|||||||
${"https://main.documentdb.ext.microsoftazure.de"} | ${false}
|
${"https://main.documentdb.ext.microsoftazure.de"} | ${false}
|
||||||
${"https://random.domain"} | ${true}
|
${"https://random.domain"} | ${true}
|
||||||
${"https://malicious.cloudapp.azure.com"} | ${true}
|
${"https://malicious.cloudapp.azure.com"} | ${true}
|
||||||
${"https://maliciousazure.com"} | ${true}
|
|
||||||
${"https://maliciousportalsazure.com"} | ${true}
|
|
||||||
`("returns $expected when called with $domain", ({ domain, expected }) => {
|
`("returns $expected when called with $domain", ({ domain, expected }) => {
|
||||||
expect(isInvalidParentFrameOrigin({ origin: domain } as MessageEvent)).toBe(expected);
|
expect(isInvalidParentFrameOrigin({ origin: domain } as MessageEvent)).toBe(expected);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user