diff --git a/adev/src/content/guide/http/http-resource.md b/adev/src/content/guide/http/http-resource.md index 131169ff550..23c0ab6cea0 100644 --- a/adev/src/content/guide/http/http-resource.md +++ b/adev/src/content/guide/http/http-resource.md @@ -45,6 +45,8 @@ user = httpResource(() => ({ priority: 'high', cache : 'force-cache', credentials: 'include', + referrer: 'no-referrer', + integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GhEXAMPLEKEY=' })); ```