aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Capabilities/IInitialStateExcludedCapability.php
Commit message (Collapse)AuthorAgeFilesLines
* Don't inject Bruteforce capability info in the webuiCarl Schwan2022-04-071-0/+34
This capability do DB access and as far I know is not used by the webui. This remove one DB query for each page load. Signed-off-by: Carl Schwan <carl@carlschwan.eu>