mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
8df5100896
The current configuration of `HttpClientModule` explicitely enables the XSRF configuration, but this XSRF configuration is the one used by default by `provideHttpClient`. See https://github.com/angular/angular/blob/main/packages/common/http/src/provider.ts#L50-L98 PR Close #48957