Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2162)

Unified Diff: chrome/browser/resources/plugin_metadata/plugins_mac.json

Issue 23440066: Block NPAPI plugins by default Add Facebook video calling and Google Earth plugins to the tracked l… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/plugin_metadata/plugins_mac.json
diff --git a/chrome/browser/resources/plugin_metadata/plugins_mac.json b/chrome/browser/resources/plugin_metadata/plugins_mac.json
index 85de8e198c6d70f95e594fb4208a6e9d00d5d979..be982a6f36c4609ba5d3502a9409ba77e3e6e8e3 100644
--- a/chrome/browser/resources/plugin_metadata/plugins_mac.json
+++ b/chrome/browser/resources/plugin_metadata/plugins_mac.json
@@ -273,5 +273,37 @@
],
"name": "Chrome PDF Viewer",
"group_name_matcher": "*Chrome PDF Viewer*"
+ },
+ "facebook-video-calling": {
+ "mime_types": [
+ "application/skypesdk-plugin"
+ ],
+ "versions": [
+ {
+ "version": "0",
+ "status": "up_to_date",
+ "comment": "We do not track version information for the Facebook Video Calling Plugin."
+ }
+ ],
+ "lang": "en-US",
+ "name": "Facebook Video Calling",
+ "url": "https://www.facebook.com/chat/video/videocalldownload.php",
+ "group_name_matcher": "*Facebook Video*"
+ },
+ "google-earth": {
+ "mime_types": [
+ "application/geplugin"
+ ],
+ "versions": [
+ {
+ "version": "0",
+ "status": "up_to_date",
+ "comment": "We do not track version information for the Google Earth Plugin."
+ }
+ ],
+ "lang": "en-US",
+ "name": "Google Earth",
+ "url": "http://www.google.com/earth/explore/products/plugin.html",
+ "group_name_matcher": "*Google Earth*"
}
}

Powered by Google App Engine
This is Rietveld 408576698