Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
type alias ReferrerPolicy
definition:
| ""
| "no-referrer"
| "no-referrer-when-downgrade"
| "origin"
| "origin-when-cross-origin"
| "same-origin"
| "strict-origin"
| "strict-origin-when-cross-origin"
| "unsafe-url"