Spletno mesto bo delovalo z omejenimi zmožnostmi, medtem ko na njem izvajamo vzdrževalna dela za vas. Če članki ne rešijo vaše težave in želite zastaviti vprašanje, naša skupnost za podporo čaka na vas na @FirefoxSupport na Twitterju in na /r/firefox na Redditu.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

не работает функция pref.privacy.disable_button.view_passwords

  • 5 odgovorov
  • 1 ima to težavo
  • 2 ogleda
  • Zadnji odgovor od sfhowes

more options

не работает функция pref.privacy.disable_button.view_passwords - false or true -функция не работает., подскажите что можно сделать? или это баг?

не работает функция pref.privacy.disable_button.view_passwords - false or true -функция не работает., подскажите что можно сделать? или это баг?

Izbrana rešitev

sfhowes said

VictorB said
sfhowes said
darehunter said
the pref.privacy.disable_button.view_passwords function does not work - false or true - the function does not work., tell me what can be done? or is it a bug

You have to lock the preference.

https://bugzilla.mozilla.org/show_bug.cgi?id=351012

I understand correctly? in order for the function to work, you must first close the advanced settings?

The process of locking preferences is fairly complex, and another reference is here.

Спасибо Вам, что натолкнули на мысль проверить кодировку файлов!

The mozilla.cfg file should be saved ANSI encoded.

Вот корректная статья, о том как скрыть кнопку отобразить пароли в Thunderbird.

Для этого надо создать два текстовых файла.

1. mozilla.cfg

Его надо положить в директорию, в которую установлен Thunderbird. Например, в "C:\Program Files (x86)\Mozilla Thunderbird".

Файл должен содержать текст:

// lockPref("pref.privacy.disable_button.view_passwords", true);

Первая строка должны содержать два слеша (//). Это не опечатка.

2. local-settings.js

Этот файл укажет, что надо подгрузить наши настройки в конфигурацию. Содержимое файла:

pref("general.config.obscure_value", 0); // only needed if you do not want to obscure the content with ROT-13 pref("general.config.filename", "mozilla.cfg");

Этот файл надо поместить в поддиректорию defaultspref (например, в "C:\Program Files (x86)\Mozilla\Thunderbird\defaults\pref").

Перезапустите Thunderbird.

Кнопка "сохраненые пароли"становится недоступной.

Главное соблюдать кодировку файлов ANSI

ССылка на автора статьи

Preberite ta odgovor v kontekstu 👍 0

Vsi odgovori (5)

more options

darehunter said

the pref.privacy.disable_button.view_passwords function does not work - false or true - the function does not work., tell me what can be done? or is it a bug

You have to lock the preference.

https://bugzilla.mozilla.org/show_bug.cgi?id=351012

more options

sfhowes said

darehunter said
the pref.privacy.disable_button.view_passwords function does not work - false or true - the function does not work., tell me what can be done? or is it a bug

You have to lock the preference.

https://bugzilla.mozilla.org/show_bug.cgi?id=351012

я правильно понимаю? для того чтобы работала функция , необходимо сначала закрыть расширенные настройки?

more options

VictorB said

sfhowes said
darehunter said
the pref.privacy.disable_button.view_passwords function does not work - false or true - the function does not work., tell me what can be done? or is it a bug

You have to lock the preference.

https://bugzilla.mozilla.org/show_bug.cgi?id=351012

I understand correctly? in order for the function to work, you must first close the advanced settings?

The process of locking preferences is fairly complex, and another reference is here.

more options

Izbrana rešitev

sfhowes said

VictorB said
sfhowes said
darehunter said
the pref.privacy.disable_button.view_passwords function does not work - false or true - the function does not work., tell me what can be done? or is it a bug

You have to lock the preference.

https://bugzilla.mozilla.org/show_bug.cgi?id=351012

I understand correctly? in order for the function to work, you must first close the advanced settings?

The process of locking preferences is fairly complex, and another reference is here.

Спасибо Вам, что натолкнули на мысль проверить кодировку файлов!

The mozilla.cfg file should be saved ANSI encoded.

Вот корректная статья, о том как скрыть кнопку отобразить пароли в Thunderbird.

Для этого надо создать два текстовых файла.

1. mozilla.cfg

Его надо положить в директорию, в которую установлен Thunderbird. Например, в "C:\Program Files (x86)\Mozilla Thunderbird".

Файл должен содержать текст:

// lockPref("pref.privacy.disable_button.view_passwords", true);

Первая строка должны содержать два слеша (//). Это не опечатка.

2. local-settings.js

Этот файл укажет, что надо подгрузить наши настройки в конфигурацию. Содержимое файла:

pref("general.config.obscure_value", 0); // only needed if you do not want to obscure the content with ROT-13 pref("general.config.filename", "mozilla.cfg");

Этот файл надо поместить в поддиректорию defaultspref (например, в "C:\Program Files (x86)\Mozilla\Thunderbird\defaults\pref").

Перезапустите Thunderbird.

Кнопка "сохраненые пароли"становится недоступной.

Главное соблюдать кодировку файлов ANSI

ССылка на автора статьи

more options

Google translated: VictorB said

Thank you for the idea of ​​checking the encoding of files! The mozilla.cfg file should be saved ANSI encoded. Here is the correct article on how to hide the display passwords button in Thunderbird. To do this, create two text files. 1. mozilla.cfg It must be put in the directory in which Thunderbird is installed. For example, in "C: \ Program Files (x86) \ Mozilla Thunderbird". The file should contain the text: // lockPref ("pref.privacy.disable_button.view_passwords", true); The first line should contain two slashes (//). This is not a typo. 2.local-settings.js This file will indicate that we need to load our settings into the configuration. File contents: pref ("general.config.obscure_value", 0); // only needed if you do not want to obscure the content with ROT-13 pref ("general.config.filename", "mozilla.cfg"); This file must be placed in the defaults pref subdirectory (for example, in "C: \ Program Files (x86) \ Mozilla \ Thunderbird \ defaults \ pref"). Restart Thunderbird. The "saved passwords" button becomes unavailable. The main thing to observe the encoding of ANSI files ССылка на автора статьи