package content_security_policy

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Self
  2. | Unsafe_inline
  3. | Unsafe_eval
  4. | Strict_dynamic
  5. | Report_sample
  6. | Nonce of string
  7. | Hash of {
    1. algorithm : Hash_algorithm.t;
    2. value : string;
    }
  8. | Host_or_scheme of string
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
val sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.