1
0

Add Vivaldi

This commit is contained in:
2025-12-26 11:52:01 +01:00
parent 2865c8196a
commit 5bdcdedb04
140 changed files with 10199 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
INSERT INTO "main"."cookies" (
"creation_utc",
"host_key",
"top_frame_site_key",
"name",
"value",
"encrypted_value",
"path",
"expires_utc",
"is_secure",
"is_httponly",
"last_access_utc",
"has_expires",
"is_persistent",
"priority",
"samesite",
"source_scheme",
"source_port",
"is_same_party",
"last_update_utc"
)
VALUES (
'13347199299620897',
lower(hex(randomblob(4)))||'.com',
'',
lower(hex(randomblob(8))),
lower(hex(randomblob(8))),
'',
'/',
'13378735299620897',
'1',
'0',
'13347199299620897',
'1',
'1',
'1',
'0',
'2',
'443',
'0',
'13347199299620962'
);