mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-04 20:17:48 +02:00
feat: profile sorting
This commit is contained in:
@@ -36,6 +36,9 @@ export interface BrowserProfile {
|
||||
proxy_bypass_rules?: string[];
|
||||
created_by_id?: string;
|
||||
created_by_email?: string;
|
||||
/** Profile creation timestamp (epoch seconds, UTC). Undefined for legacy
|
||||
* profiles created before this field existed. */
|
||||
created_at?: number;
|
||||
dns_blocklist?: string;
|
||||
password_protected?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user