Password File Size Limit Workaround
-
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.
-
leocg