Skip to content

Commit

Permalink
Bug 1775194 - disable reporting API r=ckerschb
Browse files Browse the repository at this point in the history
This disables the outdated, incorrect implementation of the
Reporting API. The current implementation was only enabled
on Nightly builds, but given its current state it does not
even make sense there.

Differential Revision: https://phabricator.services.mozilla.com/D149873
  • Loading branch information
mozfreddyb committed Jun 22, 2022
1 parent 4f7e0e9 commit d36bbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/libpref/init/StaticPrefList.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3131,7 +3131,7 @@
# Reporting API.
- name: dom.reporting.enabled
type: RelaxedAtomicBool
value: @IS_NIGHTLY_BUILD@
value: false
mirror: always

- name: dom.reporting.testing.enabled
Expand Down

0 comments on commit d36bbbc

Please sign in to comment.