mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Add some stuff to always redact
This commit is contained in:
@@ -3223,6 +3223,8 @@ async function downloadDebugFile(redact=true) {
|
|||||||
"model_settings.oaiapikey",
|
"model_settings.oaiapikey",
|
||||||
"system_settings.story_loads",
|
"system_settings.story_loads",
|
||||||
"user_settings.username",
|
"user_settings.username",
|
||||||
|
"system_settings.savedir", // Can reveal username
|
||||||
|
"story_settings.last_story_load",
|
||||||
];
|
];
|
||||||
|
|
||||||
if (redact) {
|
if (redact) {
|
||||||
@@ -3230,7 +3232,6 @@ async function downloadDebugFile(redact=true) {
|
|||||||
redactables = redactables.concat([
|
redactables = redactables.concat([
|
||||||
"story_settings.authornote",
|
"story_settings.authornote",
|
||||||
"story_settings.chatname",
|
"story_settings.chatname",
|
||||||
"story_settings.last_story_load",
|
|
||||||
"story_settings.lastact",
|
"story_settings.lastact",
|
||||||
"story_settings.lastctx",
|
"story_settings.lastctx",
|
||||||
"story_settings.memory",
|
"story_settings.memory",
|
||||||
@@ -3242,7 +3243,6 @@ async function downloadDebugFile(redact=true) {
|
|||||||
"story_settings.genseqs",
|
"story_settings.genseqs",
|
||||||
|
|
||||||
// System
|
// System
|
||||||
"system_settings.savedir", // Can reveal username
|
|
||||||
"system_settings.spfilename",
|
"system_settings.spfilename",
|
||||||
"system_settings.spname",
|
"system_settings.spname",
|
||||||
]);
|
]);
|
||||||
|
Reference in New Issue
Block a user