summaryrefslogtreecommitdiffstats
path: root/toolkit/content/plugins.html
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-04-22 13:08:18 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-04-22 13:08:18 +0200
commite73929a78286200b91cd859f250bf6451b9ab0c0 (patch)
tree05bee9acc3470e8ecfea9a7c67b586bc521fce05 /toolkit/content/plugins.html
parentc74754d23864569956853c1f77a37275842b0fd0 (diff)
downloadUXP-e73929a78286200b91cd859f250bf6451b9ab0c0.tar
UXP-e73929a78286200b91cd859f250bf6451b9ab0c0.tar.gz
UXP-e73929a78286200b91cd859f250bf6451b9ab0c0.tar.lz
UXP-e73929a78286200b91cd859f250bf6451b9ab0c0.tar.xz
UXP-e73929a78286200b91cd859f250bf6451b9ab0c0.zip
Remove NPAPI deprecation statement from about:plugins.
Diffstat (limited to 'toolkit/content/plugins.html')
-rw-r--r--toolkit/content/plugins.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/toolkit/content/plugins.html b/toolkit/content/plugins.html
index d389f52dd..15bbed9bb 100644
--- a/toolkit/content/plugins.html
+++ b/toolkit/content/plugins.html
@@ -75,15 +75,6 @@
enabledplugins.appendChild(document.createTextNode(pluginsbundle.GetStringFromName(label)));
fragment.appendChild(enabledplugins);
- var deprecation = document.createElement("p");
- deprecation.setAttribute("class", "notice");
- deprecation.textContent = pluginsbundle.GetStringFromName("deprecation_description") + " \u00A0 ";
- var deprecationLink = document.createElement("a");
- deprecationLink.textContent = pluginsbundle.GetStringFromName("deprecation_learn_more");
- deprecationLink.href = Services.urlFormatter.formatURLPref("app.support.baseURL") + "npapi";
- deprecation.appendChild(deprecationLink);
- fragment.appendChild(deprecation);
-
var stateNames = {};
["STATE_SOFTBLOCKED",
"STATE_BLOCKED",