Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Modify FF Settings in 60.0.1 ESR about:config as well as prefs.rs

  • 1 trả lời
  • 1 gặp vấn đề này
  • 23 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Dear other Members, dear Support

i concider to modify the FF settings for our users. In special i want to make sure that when updating or installing a new ESR FF Version the following settings are set as post installation step as well.

a.) deactivate FF embedded PDF Viewer and instead use external Acrobat PDF Viewer by default. by default that pdf viewer is available on the clients

i assume that modifying the prefs.rs file to make this work? but in detail how should this be done?

b.) modify the about:config setting security.insecure_field_warning.contextual.enabled and choose faulse by default. Im aware of the security issue in the recommended question b :)

does anyone have a helping idea how and where to modify that parts?

thanks in advance

ImtheMark

Dear other Members, dear Support i concider to modify the FF settings for our users. In special i want to make sure that when updating or installing a new ESR FF Version the following settings are set as post installation step as well. a.) deactivate FF embedded PDF Viewer and instead use external Acrobat PDF Viewer by default. by default that pdf viewer is available on the clients i assume that modifying the prefs.rs file to make this work? but in detail how should this be done? b.) modify the about:config setting security.insecure_field_warning.contextual.enabled and choose faulse by default. Im aware of the security issue in the recommended question b :) does anyone have a helping idea how and where to modify that parts? thanks in advance ImtheMark

Giải pháp được chọn

That would be to use an autoconfig file the lock involved preferences.

// file needs to start with a comment line
lockPref("pdfjs.disabled", true);
lockPref(*security.insecure_field_warning.contextual.enabled", false);

See also:

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (1)

more options

Giải pháp được chọn

That would be to use an autoconfig file the lock involved preferences.

// file needs to start with a comment line
lockPref("pdfjs.disabled", true);
lockPref(*security.insecure_field_warning.contextual.enabled", false);

See also:

Được chỉnh sửa bởi cor-el vào