This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

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

  • 5 antwoorde
  • 1 het hierdie probleem
  • 2 views
  • Laaste antwoord deur sfhowes

more options

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

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

Gekose oplossing

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

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

Lees dié antwoord in konteks 👍 0

All Replies (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

Gekose oplossing

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 ССылка на автора статьи