We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5cc82 commit 2bcd219Copy full SHA for 2bcd219
2 files changed
BlogEngine/BlogEngine.Core/Properties/AssemblyInfo.cs
@@ -19,5 +19,5 @@
19
[assembly: CLSCompliant(false)]
20
[assembly: ComVisible(false)]
21
[assembly: AllowPartiallyTrustedCallers]
22
-[assembly: AssemblyVersion("3.3.0.2")]
+[assembly: AssemblyVersion("3.3.0.3")]
23
[assembly: SecurityRules(SecurityRuleSet.Level1)]
BlogEngine/BlogEngine.NET/Custom/Widgets/TextBox/edit.cshtml
@@ -6,7 +6,7 @@
6
7
if (IsPost)
8
{
9
- settings["content"] = Request.Form["txtContent"];
+ settings["content"] = Request.Unvalidated.Form["txtContent"];
10
Common.SaveSettings(settings, widgetId);
11
}
12
if (settings != null && settings.Count > 0)
0 commit comments