security: use more antiforgery tokens
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
<strong>Only Install plugins from a trusted source.</strong>
|
||||
</p>
|
||||
</div>
|
||||
@using (Html.BeginForm(MVC.API.Plugin.Install(), FormMethod.Post))
|
||||
@using (Html.BeginForm(MVC.API.Plugin.Install()))
|
||||
{
|
||||
@Html.AntiForgeryToken()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user