🛂(permissions) return 404 to users with no domain access

users having no domain access should be forbidden to know the domain is
managed in people. To this effect, 403_FORBIDDEN responses have been
replaced by 404_NOT_FOUND.
This commit is contained in:
Marie PUPO JEAMMET
2025-11-18 19:24:17 +01:00
committed by Marie
parent 15337a2226
commit 3a2b5a6428
26 changed files with 146 additions and 188 deletions

View File

@@ -8,6 +8,7 @@ and this project adheres to
## [Unreleased]
- 🛂(permissions) return 404 to users with no access to domain #985
- ✨(aliases) can create, list and delete aliases #974
## [1.20.0] - 2025-10-22