mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: Update documentation httpResource with referrer & integrity options (#62637)
PR Close #62637
This commit is contained in:
parent
80da0731a3
commit
e6d2d788c1
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ user = httpResource(() => ({
|
|||
priority: 'high',
|
||||
cache : 'force-cache',
|
||||
credentials: 'include',
|
||||
referrer: 'no-referrer',
|
||||
integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GhEXAMPLEKEY='
|
||||
}));
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue