Plug that sets security headers on SAML responses.
Applied automatically by ExSaml.Router. Sets the following headers:
content-security-policy- with a per-request nonce (available viaconn.private[:ex_saml_nonce])cache-control/pragma- no cachingx-frame-options- SAMEORIGINx-xss-protection- enabled with block modex-content-type-options- nosniff
Summary
Functions
@spec call(Plug.Conn.t(), Plug.opts()) :: Plug.Conn.t()