fix: secret variables being populated as undefined on code snippets (#4180)
This commit is contained in:
@@ -53,7 +53,7 @@ const parseURL = (urlText: string | number) =>
|
||||
u
|
||||
.toString()
|
||||
.replace(/^'|'$/g, "")
|
||||
.replaceAll(/[^a-zA-Z0-9_\-./?&=:@%+#,;()'\s]/g, "")
|
||||
.replaceAll(/[^a-zA-Z0-9_\-./?&=:@%+#,;()'<>\s]/g, "")
|
||||
),
|
||||
O.filter((u) => u.length > 0),
|
||||
O.chain((u) =>
|
||||
|
||||
Reference in New Issue
Block a user