summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-01-10 10:39:00 +0000
committerMoonchild <moonchild@palemoon.org>2022-01-10 10:39:00 +0000
commitc2b676e406cb7ce9ac595888939205b1a70c37db (patch)
treeed54db3c69b5e1b4dee84f8a21874b3f5b21762d /modules
parent30cc5247cb92766405bbd44a82bae1bb06b5bc1b (diff)
parent9b7e0bfe820c09f0e125f7492a0ee7c50ab6b008 (diff)
downloadaura-central-c2b676e406cb7ce9ac595888939205b1a70c37db.tar.gz
Merge pull request 'Remove-GMP' (%3048) from Remove-GMP into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/GRE/pulls/3048 Resolves %3015
Diffstat (limited to 'modules')
-rw-r--r--modules/ForgetAboutSite.jsm9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/ForgetAboutSite.jsm b/modules/ForgetAboutSite.jsm
index 9d7e512a8..f2f4cd58e 100644
--- a/modules/ForgetAboutSite.jsm
+++ b/modules/ForgetAboutSite.jsm
@@ -84,15 +84,6 @@ this.ForgetAboutSite = {
throw new Error("Exception thrown while clearning cookies: " + ex);
}));
- // EME
- promises.push(Task.spawn(function*() {
- let mps = Cc["@mozilla.org/gecko-media-plugin-service;1"].
- getService(Ci.mozIGeckoMediaPluginChromeService);
- mps.forgetThisSite(aDomain, JSON.stringify({}));
- }).catch(ex => {
- throw new Error("Exception thrown while clearing Encrypted Media Extensions: " + ex);
- }));
-
// Plugin data
const phInterface = Ci.nsIPluginHost;
const FLAG_CLEAR_ALL = phInterface.FLAG_CLEAR_ALL;