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

Unified Diff: content/test/data/mixed-content/basic-passive-in-iframe-with-upgrade.html

Issue 2046733003: Replicate WebInsecureRequestPolicy instead of a bool for strict mixed content checks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@securitycontext
Patch Set: alexmos@ Created 4 years, 6 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 | « content/renderer/render_frame_proxy.cc ('k') | content/test/test_render_frame_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/mixed-content/basic-passive-in-iframe-with-upgrade.html
diff --git a/content/test/data/mixed-content/basic-passive-in-iframe-with-strict-blocking.html b/content/test/data/mixed-content/basic-passive-in-iframe-with-upgrade.html
similarity index 63%
copy from content/test/data/mixed-content/basic-passive-in-iframe-with-strict-blocking.html
copy to content/test/data/mixed-content/basic-passive-in-iframe-with-upgrade.html
index 5ef54ceb3f8340dd442e9e2c509b51f096840b24..aba4a04539d283b365d568e2b95cdb1350a6d283 100644
--- a/content/test/data/mixed-content/basic-passive-in-iframe-with-strict-blocking.html
+++ b/content/test/data/mixed-content/basic-passive-in-iframe-with-upgrade.html
@@ -2,7 +2,7 @@
<html>
<head>
</head>
-<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
+<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
<body>
<iframe src="/cross-site/a.com/mixed-content/basic-passive.html"></iframe>
</body>
« no previous file with comments | « content/renderer/render_frame_proxy.cc ('k') | content/test/test_render_frame_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698