Skip to content

Commit

Permalink
Further changes for "Client-side HTTP parameter pollution (reflected)"
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyKulagin committed Nov 15, 2019
1 parent fc763dc commit 1e9ca04
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ protected virtual void AddLocales<TLocalizedModelLocal>(ILanguageService languag
/// Security check URL
/// </summary>
/// <param name="filterContext">The action executing context</param>
/// <remarks>Since the name of the optional URL parameter is copied into the response in the query string of the URL,
/// you cannot enter arbitrary parameters of the query string in the application URL</remarks>
public override void OnActionExecuting(ActionExecutingContext filterContext)
{
var path = Request.Path.HasValue ? Request.Path.ToString() : "";
Expand Down

0 comments on commit 1e9ca04

Please sign in to comment.