| Index: content/shell/common/webkit_test_helpers.cc
|
| diff --git a/content/shell/common/webkit_test_helpers.cc b/content/shell/common/webkit_test_helpers.cc
|
| index 65e3138b9f94b67c79ab151adcab40e255bf1d52..92c93fa058b6b679d8c3e1e253b664a7f84ce5e0 100644
|
| --- a/content/shell/common/webkit_test_helpers.cc
|
| +++ b/content/shell/common/webkit_test_helpers.cc
|
| @@ -77,7 +77,7 @@ void ApplyLayoutTestDefaultPreferences(WebPreferences* prefs) {
|
| prefs->tabs_to_links = false;
|
| prefs->hyperlink_auditing_enabled = false;
|
| prefs->allow_displaying_insecure_content = true;
|
| - prefs->allow_running_insecure_content = true;
|
| + prefs->allow_running_insecure_content = false;
|
| prefs->disable_reading_from_canvas = false;
|
| prefs->strict_mixed_content_checking = false;
|
| prefs->strict_powerful_feature_restrictions = false;
|
|
|