summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/interfaces/referrer-policy.idl
blob: 0ef9a1fdecc87241a536df9f725f3d7e2030d3e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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"
};