apply security patch: v11.0.x/0001-Swagger-disable-queryConfigEnabled.patch

commit b22223160b0ce7ebc201cf01b0699f8b3e66be33
Author: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
Date:   Fri Jul 19 18:39:09 2024 +0300

    Swagger: disable queryConfigEnabled

(cherry picked from commit 366250fe6f1c59cb9e189b2705109cc8ac89fb47)
This commit is contained in:
github-actions[bot]
2024-07-30 14:40:02 +01:00
committed by Andreas Christou
parent 2cab32906d
commit 8e02f57dec
+1 -1
View File
@@ -98,7 +98,7 @@
filter: true,
tagsSorter: 'alpha',
tryItOutEnabled: true,
queryConfigEnabled: true, // keeps the selected ?urls.primaryName=...
queryConfigEnabled: false,
});
window.ui = ui;