Fungovanie tejto stránky je z dôvodu údržby dočasne obmedzené. Ak článok nevyrieši váš problém a chcete položiť otázku, napíšte našej komunite podpory na Twitter @FirefoxSupport alebo Reddit /r/firefox.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

saved passwords

  • 3 odpovede
  • 1 má tento problém
  • 54 zobrazení
  • Posledná odpoveď od daniil.yershow

more options

hello, i recently went from google browser to firefox, and i want to import my passwords. i did save all my passwords from google browser to .csv file, but when i go to settings>import passwords, it lets me choose the file, i choose my passwords.csv, and then-nothing happens. no loading, browser doesnt stop working, my folder where i choose csv from is just closing, but passwords doesnt import

hello, i recently went from google browser to firefox, and i want to import my passwords. i did save all my passwords from google browser to .csv file, but when i go to settings>import passwords, it lets me choose the file, i choose my passwords.csv, and then-nothing happens. no loading, browser doesnt stop working, my folder where i choose csv from is just closing, but passwords doesnt import

Vybrané riešenie

Importing a CSV login file via the about:logins page is broken in current Firefox releases. You can temporarily set security.allow_eval_in_parent_process = true on the about:config page to bypass this security measure and make importing work. Make sure to reset the pref to false after you are done (leave about:config tab open). The CSV import bug is fixed in Firefox 108, in 104-107 you need a workaround and flip the pref temporarily to true.

You can open the about:config page via the location/address bar. On the warning page, you can click "Accept the Risk and Continue" to open about:config.

You can check the Browser Console for login error in case this still fails.

In case of issues with importing the CSV file, check the header line and make sure you have at least the "url" and "username" and "password" columns as those are mandatory.

Čítať túto odpoveď v kontexte 👍 2

Všetky odpovede (3)

more options

signon.management.page.fileImport.enabled = true . i see the "import with a file" in settings, but it just doesnt work, after i choose from which csv file to download, i press select, window closes, no passwords imported :(

more options

Vybrané riešenie

Importing a CSV login file via the about:logins page is broken in current Firefox releases. You can temporarily set security.allow_eval_in_parent_process = true on the about:config page to bypass this security measure and make importing work. Make sure to reset the pref to false after you are done (leave about:config tab open). The CSV import bug is fixed in Firefox 108, in 104-107 you need a workaround and flip the pref temporarily to true.

You can open the about:config page via the location/address bar. On the warning page, you can click "Accept the Risk and Continue" to open about:config.

You can check the Browser Console for login error in case this still fails.

In case of issues with importing the CSV file, check the header line and make sure you have at least the "url" and "username" and "password" columns as those are mandatory.

more options

thank you, it worked C: