Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32889932
D14766.1768169447.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
668 B
Referenced Files
None
Subscribers
None
D14766.1768169447.diff
View Options
diff --git a/web/shared-worker/worker/shared-worker.js b/web/shared-worker/worker/shared-worker.js
--- a/web/shared-worker/worker/shared-worker.js
+++ b/web/shared-worker/worker/shared-worker.js
@@ -232,6 +232,18 @@
);
}
setSQLiteQueryExecutor(null);
+
+ const restoredSQLiteQueryExecutor = getSQLiteQueryExecutor(
+ databaseIdentifier.RESTORED,
+ );
+ if (dbModule && restoredSQLiteQueryExecutor) {
+ clearSensitiveData(
+ dbModule,
+ SQLITE_RESTORE_DATABASE_PATH,
+ restoredSQLiteQueryExecutor,
+ );
+ setSQLiteQueryExecutor(null, databaseIdentifier.RESTORED);
+ }
return undefined;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jan 11, 10:10 PM (4 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5918229
Default Alt Text
D14766.1768169447.diff (668 B)
Attached To
Mode
D14766: [web] update clearing sensitive data to delete restored database
Attached
Detach File
Event Timeline
Log In to Comment