Fix potential video buffering
This commit is contained in:
parent
9b55bcd93b
commit
7cd6d71ff2
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue