Backed out changeset 8a572b71790d (bug 1762919) for causing media failures on test_video_stats_resistfingerprinting.html. CLOSED TREE

This commit is contained in:
Marian-Vasile Laza 2022-04-27 18:22:11 +03:00
parent 2a2b2bd77b
commit 1224a405da
2 changed files with 2 additions and 2 deletions

View File

@ -11567,7 +11567,7 @@
- name: privacy.resistFingerprinting.target_video_res
type: uint32_t
value: 1080
value: 480
mirror: always
# Bitfield for selectively disabling RFP

View File

@ -91,7 +91,7 @@ static mozilla::LazyLogModule gResistFingerprintingLog(
#define PROFILE_INITIALIZED_TOPIC "profile-initial-state"
static constexpr uint32_t kVideoFramesPerSec = 30;
static constexpr uint32_t kVideoDroppedRatio = 1;
static constexpr uint32_t kVideoDroppedRatio = 5;
#define RFP_DEFAULT_SPOOFING_KEYBOARD_LANG KeyboardLang::EN
#define RFP_DEFAULT_SPOOFING_KEYBOARD_REGION KeyboardRegion::US