From a67637b4288a47dc621e37667278323f748237d9 Mon Sep 17 00:00:00 2001 From: Vladimir Golovnev Date: Thu, 22 Feb 2018 16:09:57 +0300 Subject: [PATCH] Updated Alternate WebUI usage (markdown) --- Alternate-WebUI-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alternate-WebUI-usage.md b/Alternate-WebUI-usage.md index 2477155..7a45192 100644 --- a/Alternate-WebUI-usage.md +++ b/Alternate-WebUI-usage.md @@ -4,7 +4,7 @@ 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 modify the WebUI functionality, look and feel without need of rebuilding the project. -### Public and Private webUI 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