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

Unified Diff: chrome/browser/download/download_extensions.cc

Issue 9700075: Add .ocx to the list of dangerous extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_extensions.cc
diff --git a/chrome/browser/download/download_extensions.cc b/chrome/browser/download/download_extensions.cc
index ebe5c8d72066a589f69c509782663e20ca96f8e4..612fcea0c5c20d661ffac9ff02899d3171ca1cfd 100644
--- a/chrome/browser/download/download_extensions.cc
+++ b/chrome/browser/download/download_extensions.cc
@@ -143,7 +143,7 @@ static const struct Executables {
{ "msi", AllowOnUserGesture },
{ "msp", AllowOnUserGesture },
{ "mst", AllowOnUserGesture },
- { "ocx", AllowOnUserGesture },
+ { "ocx", Dangerous },
{ "ops", AllowOnUserGesture },
{ "pcd", AllowOnUserGesture },
{ "pif", AllowOnUserGesture },
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698