mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4d793c4eb8
Automatically recognize XSRF protection cookies, and set a corresponding XSRF header. Allows applications to configure the cookie names, or if needed, completely override the XSRF request configuration by binding their own XSRFHandler implementation. Part of #8511.