summaryrefslogtreecommitdiff
path: root/disable-openh264-download.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disable-openh264-download.patch')
-rw-r--r--disable-openh264-download.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/disable-openh264-download.patch b/disable-openh264-download.patch
new file mode 100644
index 0000000..1064911
--- /dev/null
+++ b/disable-openh264-download.patch
@@ -0,0 +1,14 @@
+diff -up firefox-81.0/toolkit/modules/GMPInstallManager.jsm.old firefox-81.0/toolkit/modules/GMPInstallManager.jsm
+--- firefox-81.0/toolkit/modules/GMPInstallManager.jsm.old 2020-09-25 10:39:04.769458703 +0200
++++ firefox-81.0/toolkit/modules/GMPInstallManager.jsm 2020-09-25 10:39:22.038504747 +0200
+@@ -54,10 +54,6 @@ function getScopedLogger(prefix) {
+
+ const LOCAL_GMP_SOURCES = [
+ {
+- id: "gmp-gmpopenh264",
+- src: "chrome://global/content/gmp-sources/openh264.json",
+- },
+- {
+ id: "gmp-widevinecdm",
+ src: "chrome://global/content/gmp-sources/widevinecdm.json",
+ },
bgstack15