fix: update docs for the ts parser (#12902)

This commit is contained in:
Samuel Attard 2018-05-12 18:12:28 +10:00 committed by GitHub
parent bbba9ff906
commit 0bb29e092d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 74 deletions

View file

@ -3,7 +3,7 @@
* `url` String - HTTP Referrer URL.
* `policy` String - Can be `default`, `unsafe-url`,
`no-referrer-when-downgrade`, `no-referrer`, `origin`,
`strict-origin-when-cross-origin`, `same-origin`, `strict-origin`.
`strict-origin-when-cross-origin`, `same-origin` or `strict-origin`.
See the [Referrer-Policy spec][1] for more details on the
meaning of these values.