diff options
author | Moonchild <moonchild@palemoon.org> | 2022-01-10 10:39:00 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-01-10 10:39:00 +0000 |
commit | c2b676e406cb7ce9ac595888939205b1a70c37db (patch) | |
tree | ed54db3c69b5e1b4dee84f8a21874b3f5b21762d /modules | |
parent | 30cc5247cb92766405bbd44a82bae1bb06b5bc1b (diff) | |
parent | 9b7e0bfe820c09f0e125f7492a0ee7c50ab6b008 (diff) | |
download | aura-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.jsm | 9 |
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; |