flake8
passed.
JSHint
passed.
Review Request #14622 — Created Sept. 23, 2025 and updated
The privacy preferences form allows redirecting to a URL after saving,
because it may be shown to users in lieu of a target page if there are
services which require a consent choice. This redirect was not going
through the same machinery as logins, which have a checkThis change makes it so our
PrivacyForm
includes Django's
RedirectURLMixin
as a base class. We then callget_redirect_url()
,
which will verify that the redirect is to a safe URL.
Summary | ID |
---|---|
nuuqkvprpoosunmzmsnoxzxmukxuuzst |