Password File Size Limit Workaround
-
losthorn last edited by
Has anyone found a way around the Opera limitation on the size of the password file? I'm not sure why they have a 150 kb limit, but it is a deal killer for me. I really like the browser, but I'm having to keep Chrome open in order to access sites for which I have credentials saved.
-
leocg Moderator Volunteer last edited by
There seems to be the same issue om Btave: https://github.com/brave/brave-browser/issues/32393
-
burnout426 Volunteer last edited by
@losthorn said in Password File Size Limit Workaround:
Has anyone found a way around the Opera limitation on the size of the password file?
Split the csv file up into multiple csv files. Just make sure the headers are on the first line in the other files. like they are in the first file. Then, import each of them separately.
-
burnout426 Volunteer last edited by
Looks like limit is set here:
and the check for that limit is here:
Code shows that it's definitely done on purpose.