Module Siterestrict.Safe

type t =
  1. | Default
  2. | High
    (*

    Enables highest level of safe search filtering.

    *)
  3. | Medium
    (*

    Enables moderate safe search filtering.

    *)
  4. | Off
    (*

    Disables safe search filtering.

    *)
val to_string : t -> string
val of_string : string -> t