Skip to content

Commit 5cbdefc

Browse files
SkyZeroZxmmalerba
authored andcommitted
feat(http): add support for fetch referrerPolicy option in HttpClient (angular#64116)
Introduces a referrer policy option for HTTP requests to allow specifying the referrer information sent, improving privacy and security controls. PR Close angular#64116
1 parent 0ed1348 commit 5cbdefc

File tree

10 files changed

+317
-0
lines changed

10 files changed

+317
-0
lines changed

goldens/public-api/common/http/errors.api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export const enum RuntimeErrorCode {
4343
// (undocumented)
4444
REFERRER_NOT_SUPPORTED_WITH_XHR = 2821,
4545
// (undocumented)
46+
REFERRER_POLICY_NOT_SUPPORTED_WITH_XHR = 2823,
47+
// (undocumented)
4648
RESPONSE_IS_NOT_A_BLOB = 2807,
4749
// (undocumented)
4850
RESPONSE_IS_NOT_A_STRING = 2808,

0 commit comments

Comments
 (0)