Skip to content

Fix incorrect default profile path (#125)#126

Open
juergh wants to merge 1 commit into
borisbabic:masterfrom
juergh:fix-default-profile-path
Open

Fix incorrect default profile path (#125)#126
juergh wants to merge 1 commit into
borisbabic:masterfrom
juergh:fix-default-profile-path

Conversation

@juergh

@juergh juergh commented May 18, 2022

Copy link
Copy Markdown

With Firefox, there can be multiple Install sections and the last
one seems to be the default.

Signed-off-by: Juerg Haefliger juergh@protonmail.com

With Firefox, there can be multiple Install sections and the last
one seems to be the default.

Signed-off-by: Juerg Haefliger <juergh@protonmail.com>
@ckiee

ckiee commented Dec 14, 2023

Copy link
Copy Markdown
[Profile3]
Name=<redacted>
IsRelative=1
Path=sbvjcvbw.<redacted>
 
[Profile2]
Name=<redacted>
IsRelative=1
Path=<redacted>.<redacted>
 
[Profile1]
Name=<redacted>
IsRelative=1
Path=t4uum46y.<redacted>
 
[Install3D5A7E58FFA7BC63]
Default=xa66j7zh.default-default
Locked=1
 
[Profile0]
Name=default
IsRelative=1
Path=jqheskuy.default-1616448986772
Default=1
 
[General]
StartWithLastProfile=1
Version=2
 
[Profile6]
Name=<redacted>
IsRelative=1
Path=t1mqqgrb.<redacted>
 
[Profile5]
Name=<redacted>
IsRelative=1
Path=<redacted>.<redacted>
 
[Profile4]
Name=<redacted>
IsRelative=1
Path=<redacted>.<redacted>

browser-cookie3 0.19.1 read an incorrect path, changing the Install section to my active default profile jqheskuy fixed it:

[Install3D5A7E58FFA7BC63]
Default=jqheskuy.default-1616448986772
Locked=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants