mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
removed audit_log
This commit is contained in:
@@ -25,7 +25,7 @@ function error(message) {
|
||||
info(message);
|
||||
}
|
||||
|
||||
const requestBlacklist = [ "/api/audit", "/libraries", "/javascripts", "/images", "/stylesheets" ];
|
||||
const requestBlacklist = [ "/libraries", "/javascripts", "/images", "/stylesheets" ];
|
||||
|
||||
function request(req) {
|
||||
for (const bl of requestBlacklist) {
|
||||
|
||||
Reference in New Issue
Block a user