mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Disabling input validation on the SetupController
--HG-- branch : dev
This commit is contained in:
@@ -16,6 +16,7 @@ using Orchard.Themes;
|
|||||||
using Orchard.UI.Notify;
|
using Orchard.UI.Notify;
|
||||||
|
|
||||||
namespace Orchard.Setup.Controllers {
|
namespace Orchard.Setup.Controllers {
|
||||||
|
[ValidateInput(false)]
|
||||||
public class SetupController : Controller {
|
public class SetupController : Controller {
|
||||||
private readonly INotifier _notifier;
|
private readonly INotifier _notifier;
|
||||||
private readonly IOrchardHost _orchardHost;
|
private readonly IOrchardHost _orchardHost;
|
||||||
|
Reference in New Issue
Block a user