From fd815d65185a79260ee0be9e48d3d6ec1a715074 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Wed, 3 Apr 2024 17:06:46 -0400 Subject: [PATCH] Document that wildcard should be at end of ACL file --- docs/manual/access-control.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/access-control.rst b/docs/manual/access-control.rst index 35a843d4..a80198ee 100644 --- a/docs/manual/access-control.rst +++ b/docs/manual/access-control.rst @@ -109,6 +109,8 @@ To match any possible URL in an .aclj file, set ``*,`` as the leading SURT, for *, - {"access": "allow"} +Lines starting with ``*,`` should generally be at the end of the file, respecting the reverse alphabetical order. + Access Types: allow, block, exclude, allow_ignore_embargo ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^