Skip to content

Commit

Permalink
Bug 1909729 - Disable PPA submission and trial on Android by default.…
Browse files Browse the repository at this point in the history
… r=bgrins, a=RyanVM

Differential Revision: https://phabricator.services.mozilla.com/D217617
  • Loading branch information
emilio committed Jul 25, 2024
1 parent 34877aa commit bd0f175
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions dom/origin-trials/tests/mochitest/mochitest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
prefs = [
"dom.origin-trials.enabled=true",
"dom.origin-trials.test-key.enabled=true",
"dom.origin-trials.private-attribution.state=0",
"browser.tabs.remote.coep.credentialless=false",
]
support-files = [
Expand Down
6 changes: 5 additions & 1 deletion modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3222,14 +3222,18 @@
# 0: normal, 1: always-enabled, 2: always-disabled
- name: dom.origin-trials.private-attribution.state
type: RelaxedAtomicInt32
#ifdef ANDROID
value: 2
#else
value: 0
#endif
mirror: always

# User pref to control whether Private Attribution
# information should be collected / submitted.
- name: dom.private-attribution.submission.enabled
type: bool
value: true
value: @IS_NOT_ANDROID@
mirror: always

# Is support for Window.paintWorklet enabled?
Expand Down

0 comments on commit bd0f175

Please sign in to comment.