Az oldal korlátolt funkcionalitással fog rendelkezni, amíg elvégezzük a felhasználói élményt javító karbantartást. Ha egy leírás nem oldja meg a problémáját, és kérdést tenne fel, akkor a támogatási közösségünk a @FirefoxSupport Twitter oldalon tud segíteni, vagy az /r/firefox oldalon a Redditen.

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

saved passwords

  • 3 válasz
  • 1 embernek van ilyen problémája
  • 13 megtekintés
  • Utolsó üzenet ettől: 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

Kiválasztott megoldás

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.

Válasz olvasása eredeti szövegkörnyezetben 👍 2

Összes válasz (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

Kiválasztott megoldás

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: