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

commit 696ede8ee5b206a447c67618d70999b47dca2e45
Author: Sofia Papagiannaki <1632407+papagian@users.noreply.github.com>
Date:   Fri Jul 19 17:57:26 2024 +0300

    Swagger: Disable queryConfigEnabled

(cherry picked from commit 86cec6a651b8887c75050b1b861bfe74b83ebe27)
This commit is contained in:
github-actions[bot]
2024-07-30 14:47:13 +01:00
committed by Andreas Christou
parent 51b5cc5cc0
commit 87fcc7c9b6
+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;