update docs

This commit is contained in:
Matej Bačo
2026-02-04 15:23:10 +01:00
parent ce99d80c2f
commit a860975b0e
+1
View File
@@ -255,6 +255,7 @@ Http::setResource('rule', function (Request $request, Database $dbForPlatform, D
$permitsCurrentProject = $rule->getAttribute('projectInternalId', '') === $project->getSequence();
// Temporary implementation until custom wildcard domains are an official feature
// Allow trusted projects; Used for Console (website) previews
if (!$permitsCurrentProject && !$rule->isEmpty() && !empty($rule->getAttribute('projectId', ''))) {
$trustedProjects = [];