From 3b60563bdb536023fd065853fcfa518806417ec7 Mon Sep 17 00:00:00 2001 From: WolfganP Date: Wed, 21 Feb 2018 19:18:43 +0000 Subject: [PATCH] Updated Alternate WebUI notes (markdown) --- Alternate-WebUI-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Alternate-WebUI-notes.md b/Alternate-WebUI-notes.md index ebe8b46..aad4e54 100644 --- a/Alternate-WebUI-notes.md +++ b/Alternate-WebUI-notes.md @@ -4,7 +4,8 @@ From qBittorrent v4.0.5 and on, the webUI architecture was expanded to allow the Also, this mechanism is controlled via configuration options (via the core UI or config file), and the webUI files (html, css, js, ...) are external to the program so it's easier than ever to test and mofify the webUI functionality, look and feel without need of rebuilding the project. ---- private and public files separation +### Public and Private webUI files separation +In order to increase security, a `public` (login process handling) and `private` (webUI functionality) separation of the files is implemented (see core webUI files' segregation as ref: https://github.com/qbittorrent/qBittorrent/tree/master/src/webui/www) ### Config entries * WebUI\AlternativeUIEnabled=`/`