X Tutup
Skip to content

Commit 8acbfca

Browse files
committed
Make Referrer.policy types parseable by e-t-d
1 parent cf6d36c commit 8acbfca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/structures/referrer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* `url` String - HTTP Referrer URL.
44
* `policy` String - Can be `default`, `unsafe-url`,
55
`no-referrer-when-downgrade`, `no-referrer`, `origin`,
6-
`strict-origin-when-cross-origin`, `same-origin`, `strict-origin`, or
7-
`no-referrer`. See the [Referrer-Policy spec][1] for more details on the
6+
`strict-origin-when-cross-origin`, `same-origin`, `strict-origin`.
7+
See the [Referrer-Policy spec][1] for more details on the
88
meaning of these values.
99

1010
[1]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy

0 commit comments

Comments
 (0)
X Tutup