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.
2 parents 803da87 + 67a4c9d commit 2937211Copy full SHA for 2937211
IframeOptions.ascx
@@ -34,7 +34,7 @@
34
CssClass="dnnFormMessage dnnFormError"
35
ForeColor="White"
36
ResourceKey="SourceUrlValidator.ErrorMessage"
37
- ValidationExpression="http(s)?:\/\/([\w-]+\.)+[\w-]+(\/[\w- .\/?%&=!+]*)?"
+ ValidationExpression="http(s)?:\/\/([\w-]+\.)+[\w-]+(\/[\w- .\/?%&=,!+]*)?"
38
ValidationGroup="IFrameParametersValidation" />
39
<asp:RequiredFieldValidator ID="SourceUrlRequiredValidator" runat="server"
40
ControlToValidate="SourceUrl$txtUrl"
0 commit comments