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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html

Issue 1931063004: Stop blocking 'http://127.0.0.1/' as mixed content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ugh. 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
Index: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
index 09681bc6b3af844f46168a319173cfcf31339bfd..47b6edad2854fce9868520a5f2c2904d2c8581be 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
+++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
@@ -21,7 +21,7 @@
var expectations = {
'documentURI': document.location.toString(),
'referrer': document.referrer,
- 'blockedURI': 'http://127.0.0.1:8080/security/resources/compass.jpg?t=1',
+ 'blockedURI': 'http://example.test:8080/security/resources/compass.jpg?t=1',
'violatedDirective': 'block-all-mixed-content',
'effectiveDirective': 'block-all-mixed-content',
'originalPolicy': 'block-all-mixed-content',
@@ -35,6 +35,6 @@
})
]).then(t.step_func_done());
- i.src = "http://127.0.0.1:8080/security/resources/compass.jpg?t=1";
+ i.src = "http://example.test:8080/security/resources/compass.jpg?t=1";
}, "Mixed images are blocked and generate CSP violation reports in the presence of 'block-all-mixed-content'.");
</script>

Powered by Google App Engine
This is Rietveld 408576698