Bug 1864652 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

There are 2 Gecko preferences that need to be exposed on the GeckoView runtime to support translations, including:

privacy.globalprivacycontrol.enabled and
privacy.globalprivacycontrol.functionality.enabled

Details here: https://blog.mozilla.org/netpolicy/2021/10/28/implementing-global-privacy-control/

According to the specifications available at this moment, GPC should be enabled by default in private browsing ( Focus + Fenix PB). This should likely be cobtrolled in the client apps rather than in GeckoView.
There are 2 Gecko preferences that need to be exposed on the GeckoView runtime to support GPC, including:

privacy.globalprivacycontrol.enabled and
privacy.globalprivacycontrol.functionality.enabled

Details here: https://blog.mozilla.org/netpolicy/2021/10/28/implementing-global-privacy-control/

According to the specifications available at this moment, GPC should be enabled by default in private browsing ( Focus + Fenix PB). This should likely be cobtrolled in the client apps rather than in GeckoView.
There are 3 Gecko preferences that need to be exposed on the GeckoView runtime to support GPC, including:

privacy.globalprivacycontrol.enabled and
privacy.globalprivacycontrol.pbmode.enabled and
privacy.globalprivacycontrol.functionality.enabled

Details here: https://blog.mozilla.org/netpolicy/2021/10/28/implementing-global-privacy-control/

According to the specifications available at this moment, GPC should be enabled by default in private browsing ( Focus + Fenix PB). This should likely be cobtrolled in the client apps rather than in GeckoView.

Back to Bug 1864652 Comment 0