docs: Update documentation httpResource with referrer & integrity options (#62637)

PR Close #62637
This commit is contained in:
SkyZeroZx 2025-07-14 18:55:05 -05:00 committed by Andrew Kushnir
parent 80da0731a3
commit e6d2d788c1

View file

@ -45,6 +45,8 @@ user = httpResource(() => ({
priority: 'high',
cache : 'force-cache',
credentials: 'include',
referrer: 'no-referrer',
integrity: 'sha384-oqVuAfXRKap7fdgcCY5uykM6+R9GhEXAMPLEKEY='
}));
```