Merge pull request #172 from djbadders/develop

Increase form limits to allow complex settings
This commit is contained in:
HojouFotytu 2019-11-14 08:26:28 +09:00 committed by GitHub
commit 63188f98bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Core.Main;
using Core.Helper;
using Core.Main.DataObjects.PTMagicData;
@ -9,6 +10,7 @@ using Microsoft.Extensions.Primitives;
namespace Monitor.Pages
{
[RequestFormLimits(ValueCountLimit = 8192)]
public class SettingsAnalyzerModel : _Internal.BasePageModelSecure
{
public string ValidationMessage = "";