Skip to content

Commit

Permalink
Merge pull request #181 from ghacksuserjs/earthlng-patch-1
Browse files Browse the repository at this point in the history
1840 - add override url + disable local fallback
  • Loading branch information
Thorin-Oakenpants authored Jul 28, 2017
2 parents 63ed779 + a6fe71d commit 4d0c296
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,8 @@ user_pref("browser.eme.ui.enabled", false); // hides "Play DRM Content" checkbox
user_pref("media.gmp-gmpopenh264.enabled", false); // (hidden pref)
user_pref("media.gmp-gmpopenh264.autoupdate", false);
user_pref("media.gmp-manager.url", "data:text/plain,");
user_pref("media.gmp-manager.url.override", "data:text/plain,"); // (hidden pref)
user_pref("media.gmp-manager.updateEnabled", false); // disable local fallback (hidden pref)

/*** 2000: MEDIA / CAMERA / MIC ***/
user_pref("ghacks_user.js.parrot", "2000 syntax error: the parrot's snuffed it!");
Expand Down

0 comments on commit 4d0c296

Please sign in to comment.