Fix potential video buffering

This commit is contained in:
Alexander Schäferdiek 2020-02-25 20:24:03 +01:00
parent 9b55bcd93b
commit 7cd6d71ff2

View file

@ -225,3 +225,5 @@ user_pref("webgl.disabled", true);
user_pref("media.video_stats.enabled", false);
user_pref("security.ssl3.dhe_rsa_aes_128_sha", false);
user_pref("security.ssl3.dhe_rsa_aes_256_sha", false);
user_pref("media.cache_readahead_limit", 999999);
user_pref("media.cache_resume_threshold", 999999);