From d6f6843e220d3a9ef90c60dfb5c32405a99fd8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Popovics=20Andr=C3=A1s?= Date: Mon, 28 Sep 2020 19:42:37 +0200 Subject: [PATCH] Add blank route to public routes (#1696) --- src/app.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.config.json b/src/app.config.json index 77f1d5411..778365cb1 100644 --- a/src/app.config.json +++ b/src/app.config.json @@ -12,7 +12,7 @@ "secret": "", "implicitFlow": true, "silentLogin": true, - "publicUrls": ["**/preview/s/*", "**/settings"], + "publicUrls": ["**/preview/s/*", "**/settings", "**/blank"], "redirectSilentIframeUri": "./assets/silent-refresh.html", "redirectUri": "/", "redirectUriLogout": "/logout" @@ -523,7 +523,7 @@ "type": "FIELD", "field": "cm:modifier", "ascending": true - }, + }, { "key": "score", "label": "Relevance",