Fix incorrect default profile path (#125)#126
Open
juergh wants to merge 1 commit intoborisbabic:masterfrom
Open
Fix incorrect default profile path (#125)#126juergh wants to merge 1 commit intoborisbabic:masterfrom
juergh wants to merge 1 commit intoborisbabic:masterfrom
Conversation
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>
[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 [Install3D5A7E58FFA7BC63]
Default=jqheskuy.default-1616448986772
Locked=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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