| // GENERATED CONTENT - DO NOT EDIT | |
| // Content was automatically extracted by Reffy into webref | |
| // (https://github.com/w3c/webref) | |
| // Source: Referrer Policy (https://w3c.github.io/webappsec-referrer-policy/) | |
| enum ReferrerPolicy { | |
| "", | |
| "no-referrer", | |
| "no-referrer-when-downgrade", | |
| "same-origin", | |
| "origin", | |
| "strict-origin", | |
| "origin-when-cross-origin", | |
| "strict-origin-when-cross-origin", | |
| "unsafe-url" | |
| }; |