We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01a82f commit 9f5caf7Copy full SHA for 9f5caf7
1 file changed
packages/shared/src/url.test.ts
@@ -6,6 +6,7 @@ describe("isSafeExternalUrl", () => {
6
"https://github.com/PostHog/code/pull/42",
7
"http://example.com",
8
"https://example.com/path?q=1#frag",
9
+ "https://example.com:443/path",
10
"HTTPS://EXAMPLE.COM",
11
"mailto:hi@posthog.com",
12
])("allows %s", (url) => {
0 commit comments