browser.display.use_document_fonts gets reset on exit
Categories
(Fenix :: General, defect)
Tracking
(firefox116 affected, firefox117 affected)
People
(Reporter: eragon+mozilla, Unassigned)
Details
(Whiteboard: [qa-triaged])
User Agent: Mozilla/5.0 (Android 13; Mobile; rv:109.0) Gecko/115.0 Firefox/115.0
Steps to reproduce:
Set browser.display.use_document_fonts to 0 which should disable fonts from loading on websites. As it wasn't applied I restarted the browser.
Actual results:
Upon restart the setting got reset.
Expected results:
The setting is applied and keep it's value upon restart.
Comment 1•1 year ago
|
||
Hi! I can confirm, the setting returns to 1 after restart.
Confirmed on latest Nightly (117.0a1 from 2023-07-27) and latest Beta (116.0b8).
Device used: Google Pixel 7 (Android 14).
Updated•1 year ago
|
Comment 2•1 year ago
|
||
It is forced set to true in Fenix by https://github.com/mozilla-mobile/firefox-android/blob/9f8e3ba718d922b3eb05fb7b3c263077ffaca20c/android-components/components/concept/engine/src/main/java/mozilla/components/concept/engine/Settings.kt#L216 when GeckoEngine initialized with DefaultSettings.
In Focus there's a setting to change value https://github.com/mozilla-mobile/firefox-android/blob/9f8e3ba718d922b3eb05fb7b3c263077ffaca20c/focus-android/app/src/main/java/org/mozilla/focus/Components.kt#L121
Updated•1 year ago
|
Updated•1 year ago
|
Description
•