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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content.js

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/fetch/script-tests/block-mixed-content.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content.js b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content.js
index 40e1bdca059634b5a4d0c0e5a5dc8a357182eca1..368138bfa1d80a556c7710af1ba8a47151efbc76 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content.js
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/block-mixed-content.js
@@ -4,14 +4,14 @@ if (self.importScripts) {
}
var BASE_URL =
- 'http://127.0.0.1:8000/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=';
+ 'http://example.test:8000/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=';
var HTTPS_BASE_URL =
'https://127.0.0.1:8443/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=';
var HTTPS_OTHER_BASE_URL =
'https://localhost:8443/serviceworker/resources/fetch-access-control.php?ACAOrigin=*&label=';
var REDIRECT_URL =
- 'http://127.0.0.1:8000/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=';
+ 'http://example.test:8000/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=';
var HTTPS_REDIRECT_URL =
'https://127.0.0.1:8443/serviceworker/resources/redirect.php?ACAOrigin=*&Redirect=';
var HTTPS_OTHER_REDIRECT_URL =

Powered by Google App Engine
This is Rietveld 408576698