cookiebanners.service.mode disable itself on Firefox Nightly on Android
Categories
(Firefox for Android :: General, defect)
Tracking
()
People
(Reporter: felix.bouynot, Unassigned)
Details
User Agent: Mozilla/5.0 (Android 13; Mobile; rv:121.0) Gecko/121.0 Firefox/121.0
Steps to reproduce:
In Firefox Nightly for Android, in about:config, set cookiebanners.service.mode to 1 or 2, then close Firefox and open it again.
Actual results:
cookiebanners.service.mode goes back to 0
Expected results:
cookiebanners.service.mode should stays on 1 or 2
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:jonalmeida, could you have a look please?
For more information, please visit BugBot documentation.
Comment 2•2 years ago
|
||
Because Fenix controls this value. Ref: https://searchfox.org/mozilla-mobile/source/firefox-android/android-components/components/concept/engine/src/main/java/mozilla/components/concept/engine/Settings.kt#282
Each time fenix starts , the value will be set to the default value.
Comment 3•2 years ago
|
||
As jackyzy pointed out there are some prefs that are controlled by Fenix. It looks like this feature is still in development and you can follow along here.
Description
•