View Source ActivityPub.MRF behaviour (bonfire_umbrella v0.9.10-cooperation-beta.62)

Summary

Callbacks

@callback filter(Map.t(), boolean()) :: {:ok | :reject, Map.t()}

Functions

Link to this function

filter(object, is_local?)

View Source
Link to this function

filter(policies, object, is_local?)

View Source
Link to this function

subdomain_match?(domains, host)

View Source
@spec subdomain_match?([Regex.t()], String.t()) :: boolean()
Link to this function

subdomains_regex(domains)

View Source
@spec subdomains_regex([String.t()]) :: [Regex.t()]