| // GENERATED CONTENT - DO NOT EDIT | |
| // Content of this file was automatically extracted from the | |
| // "Referrer Policy" spec. | |
| // See: 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" | |
| }; |