عنوان:

‫بهبود امنیت ASP.NET MVC Web.config


نویسنده: وحید نصیری
تاریخ: ۱۳۹۳/۰۹/۲۷ ۱:۲۶
آدرس: www.dntips.ir
// Rename the Anti-Forgery cookie from "__RequestVerificationToken" to "f".
// This adds a little security through obscurity and also saves sending a
// few characters over the wire.
AntiForgeryConfig.CookieName = "f";


مشاهده مطلب اصلی