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

Unified Diff: LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html

Issue 222153002: Disallow connecting an insecure WebSocket from a secure page. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expectation Created 6 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 | LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html
diff --git a/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html b/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html
index a6807087aa07a37f7592bab25e8a3ee1b8c4fe13..d35c23da932d9f948378c212492d750d058d98c1 100644
--- a/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html
+++ b/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html
@@ -6,7 +6,7 @@ if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete(true);
- testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
+ testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
yhirano 2014/04/03 04:53:14 Can you add a test that sets WebKitAllowRunningIns
tyoshino (SeeGerritForStatus) 2014/04/11 19:27:21 Done.
}
window.addEventListener("message", function (e) {
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698