mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
docs: Update documentation httpResource with referrer & integrity options (#62637)
PR Close #62637
This commit is contained in:
committed by
Andrew Kushnir
parent
80da0731a3
commit
e6d2d788c1
@@ -45,6 +45,8 @@ user = httpResource(() => ({
|
||||
priority: 'high',
|
||||
cache : 'force-cache',
|
||||
credentials: 'include',
|
||||
referrer: 'no-referrer',
|
||||
integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GhEXAMPLEKEY='
|
||||
}));
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user