referrer-policy.idl (419B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Referrer Policy (https://w3c.github.io/webappsec-referrer-policy/) 5 6 enum ReferrerPolicy { 7 "", 8 "no-referrer", 9 "no-referrer-when-downgrade", 10 "same-origin", 11 "origin", 12 "strict-origin", 13 "origin-when-cross-origin", 14 "strict-origin-when-cross-origin", 15 "unsafe-url" 16 };