angular/packages/common/http
Alan Agius 0659d11c85
fix(http): enable XSRF protection for same-origin absolute URLs
Previously, the XSRF interceptor only added the XSRF token to requests with relative URLs.
This commit updates the interceptor to also add the token to requests with absolute URLs, provided they match the current origin.
2025-12-03 12:19:43 +01:00
..
src fix(http): enable XSRF protection for same-origin absolute URLs 2025-12-03 12:19:43 +01:00
test fix(http): enable XSRF protection for same-origin absolute URLs 2025-12-03 12:19:43 +01:00
testing build: format md files 2025-11-06 10:03:05 -08:00
BUILD.bazel build: rename defaults2.bzl to defaults.bzl (#63383) 2025-08-25 15:45:01 -07:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
PACKAGE.md build: format md files 2025-11-06 10:03:05 -08:00
public_api.ts feat(http): Provide http services in root (#56212) 2025-08-14 13:04:35 +02:00