Remove incorrect parameter of extensible predicate

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Owen Mansel-Chan
2026-03-24 11:02:07 +00:00
committed by Owen Mansel-Chan
parent c86ba38a4e
commit a2a0c087e1

View File

@@ -319,7 +319,7 @@ Consider the function ``url_has_allowed_host_and_scheme`` from the ``django.util
if url_has_allowed_host_and_scheme(url, allowed_hosts=...): # The check guards the use of 'url', so it is safe.
redirect(url) # This is safe.
We need to add a tuple to the ``barrierGuardModel``\(type, path, branch, kind, madId) extensible predicate by updating a data extension file.
We need to add a tuple ``(type, path, branch, kind)`` to the ``barrierGuardModel`` extensible predicate by updating a data extension file (the extension ID is implicit and auto-assigned).
.. code-block:: yaml