Add a consent requirement for policies (privacy and terms of service).
Review Request #9959 — Created May 17, 2018 and submitted — Latest diff uploaded
This change adds a common consent requirement for policy enforcement. In
the case where an admin has specified their privacy policy and/or terms
of service, they likely are running a public service where they'll need
their users to accept them. This consent requirement isn't actually used
inside of Djblets, but can be added to a registry in a Djblets-using
application and checked therein.
Used in conjunction with a change in Review Board.