mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Backed out changeset 8a572b71790d (bug 1762919) for causing media failures on test_video_stats_resistfingerprinting.html. CLOSED TREE
This commit is contained in:
parent
2a2b2bd77b
commit
1224a405da
@ -11567,7 +11567,7 @@
|
||||
|
||||
- name: privacy.resistFingerprinting.target_video_res
|
||||
type: uint32_t
|
||||
value: 1080
|
||||
value: 480
|
||||
mirror: always
|
||||
|
||||
# Bitfield for selectively disabling RFP
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user