Module Wd_network.Same_site

type t = [
  1. | `Default
  2. | `Lax
  3. | `None
  4. | `Strict
]
val jsont : t Jsont.t